Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6fef702

Browse files
committed
remove limitation about external files from README
1 parente82201f commit6fef702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ As compared to other backup solutions, `pg_probackup` offers the following benef
1515
* Taking backups from a standby server to avoid extra load on the master server
1616
* Extended logging settings
1717
* 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
1819

1920
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.
2021

@@ -40,7 +41,6 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
4041
* Creating backups from a remote server is currently not supported.
4142
* 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.
4243
* 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.
4444

4545
##Installation and Setup
4646
###Linux Installation

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp