You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ As compared to other backup solutions, `pg_probackup` offers the following benef
15
15
* Taking backups from a standby server to avoid extra load on the master server
16
16
* Extended logging settings
17
17
* Custom commands to simplify WAL log archiving
18
+
* External to PGDATA directories, such as directories with config files and scripts, can be included in backup
18
19
19
20
To manage backup data,`pg_probackup` creates a backup catalog. This directory stores all backup files with additional meta information, as well as WAL archives required for[point-in-time recovery](https://postgrespro.com/docs/postgresql/current/continuous-archiving.html). You can store backups for different instances in separate subdirectories of a single backup catalog.
20
21
@@ -40,7 +41,6 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
40
41
* Creating backups from a remote server is currently not supported.
41
42
* 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.
42
43
* Microsoft Windows operating system support is in beta stage.
43
-
* Configuration files outside of PostgreSQL data directory are not included into the backup and should be backed up separately.