forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaffc04d
committed
pg_upgrade: force timeline 1 in the new cluster
Previously, this prevented promoted standby servers from being upgradedbecause of a missing WAL history file. (Timeline 1 doesn't need ahistory file, and we don't copy WAL files anyway.)Report by Christian Echerer(?), Alexey KlyukinBackpatch through 9.01 parent2a55e71 commitaffc04d
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
520 | 520 |
| |
521 | 521 |
| |
522 | 522 |
| |
523 |
| - | |
524 |
| - | |
| 523 | + | |
525 | 524 |
| |
526 | 525 |
| |
527 | 526 |
| |
|
0 commit comments
Comments
(0)