forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbffbeec
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 parent4cfba53 commitbffbeec
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
659 | 659 |
| |
660 | 660 |
| |
661 | 661 |
| |
662 |
| - | |
663 |
| - | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
664 | 665 |
| |
665 | 666 |
| |
666 | 667 |
| |
|
0 commit comments
Comments
(0)