Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3c05e8

Browse files
committed
README: add to limitions notice about incremental chains and timelines
1 parent 7f21f63 commit c3c05e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
4343
`pg_probackup` currently has the following limitations:
4444
* The server from which the backup was taken and the restored server must be compatible by the [block_size](https://postgrespro.com/docs/postgresql/current/runtime-config-preset#GUC-BLOCK-SIZE) and [wal_block_size](https://postgrespro.com/docs/postgresql/current/runtime-config-preset#GUC-WAL-BLOCK-SIZE) parameters and have the same major release number.
4545
* Remote mode is in beta stage.
46+
* Incremental chain can span only within one timeline. So if you have backup incremental chain taken from replica and it gets promoted, you would be forced to take another FULL backup.
4647

4748
## Installation and Setup
4849
### Windows Installation

0 commit comments

Comments
 (0)