- Notifications
You must be signed in to change notification settings - Fork5
Commit06e8c8e
committed
Don't warn about an in-progress online backup, when we're recovering from
an online backup instead of performing one. pg_ctl can detect that bychecking if recovery.conf exists.Backup label file is renamed away early in recovery, so the window wherebackup label exists during recovery is normally very small, but you can runinto it e.g if restore_command is set incorrectly and the startup processnever finds even the first WAL segment containing the checkpoint record tostart recovery from.Fujii Masao with comments by me.1 parentc1ba7db commit06e8c8e
1 file changed
+21
-3
lines changedLines changed: 21 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
| 145 | + | |
145 | 146 |
| |
146 | 147 |
| |
147 | 148 |
| |
| |||
802 | 803 |
| |
803 | 804 |
| |
804 | 805 |
| |
805 |
| - | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
806 | 815 |
| |
807 | 816 |
| |
808 | 817 |
| |
| |||
879 | 888 |
| |
880 | 889 |
| |
881 | 890 |
| |
882 |
| - | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
883 | 900 |
| |
884 | 901 |
| |
885 | 902 |
| |
| |||
1962 | 1979 |
| |
1963 | 1980 |
| |
1964 | 1981 |
| |
| 1982 | + | |
1965 | 1983 |
| |
1966 | 1984 |
| |
1967 | 1985 |
| |
|
0 commit comments
Comments
(0)