forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteb270b0
committed
Add note in pg_rewind documentation about read-only files
When performing pg_rewind, the presence of a read-only file which is notaccessible for writes will cause a failure while processing. This cancause the control file of the target data folder to be truncated,causing it to not be reusable with a successive run.Also, when pg_rewind fails mid-flight, there is likely no way to be ableto recover the target data folder anyway, in which case a new basebackup is the best option. A note is added in the documentation aswell about.Reported-by: Christian H.Author: Michael PaquierReviewed-by: Andrew DunstanDiscussion:https://postgr.es/m/20180104200633.17004.16377%40wrigleys.postgresql.org1 parent2e78c5b commiteb270b0
1 file changed
+20
-0
lines changedLines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
98 | 118 |
| |
99 | 119 |
| |
100 | 120 |
| |
|
0 commit comments
Comments
(0)