forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1ec50a8
committed
Exclude backup_manifest file that existed in database, from BASE_BACKUP.
If there is already a backup_manifest file in the database cluster,it belongs to the past backup that was used to start this server.It is not correct for the backup being taken now. So this commitchanges pg_basebackup so that it always skips such backup_manifestfile. The backup_manifest file for the current backup will be injectedseparately if users want it.Author: Fujii MasaoReviewed-by: Robert HaasDiscussion:https://postgr.es/m/78f76a3d-1a28-a97d-0394-5c96985dd1c0@oss.nttdata.com1 parent5c71362 commit1ec50a8
2 files changed
+16
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
269 | 277 |
| |
270 | 278 |
| |
271 | 279 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
116 | 124 |
| |
117 | 125 |
| |
118 | 126 |
| |
|
0 commit comments
Comments
(0)