forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteaec48b
committed
doc: Fix obsolete description about pg_basebackup.
Previously it was documented that if using "-X none" option there wasno guarantee that all required WAL files were archived at the end ofpg_basebackup when taking a backup from the standby. But this limitationwas removed by commit52f8a59. Now, even when taking a backupfrom the standby, pg_basebackup can wait for all required WAL filesto be archived. Therefore this commit removes such obsoletedescription from the docs.Also this commit adds new description about the limitation whentaking a backup from the standby, into the docs. The limitation is thatpg_basebackup cannot force the standbfy to switch to a new WAL fileat the end of backup, which may cause pg_basebackup to wait a longtime for the last required WAL file to be switched and archived,especially when write activity on the primary is low.Back-patch to v10 where the issue was introduced.Reported-by: Kyotaro HoriguchiAuthor: Kyotaro Horiguchi, Fujii MasaoReviewed-by: Kyotaro Horiguchi, Fujii MasaoDiscussion:https://postgr.es/m/20210420.133235.1342729068750553399.horikyota.ntt@gmail.com1 parent7776a23 commiteaec48b
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
87 |
| - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
88 | 94 |
| |
89 | 95 |
| |
90 | 96 |
| |
|
0 commit comments
Comments
(0)