forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbe6221e
committed
Fix bug in pg_basebackup -F plain -R.
Commitcaba97a changed pg_basebackup -F plain -R so thatit overwrote postgresql.auto.conf in the backup, with new connectionsetting. This could cause the existing postgresql.auto.conf settingsin the server to get lost unexpectedly. This is a bug.This commit fixes the bug by making pg_basebackup -F plain -Rappend the connection setting into postgresql.auto.conf in the backup.Author: Fujii MasaoReviewed-by: Sergei KornilovDiscussion:https://postgr.es/m/250dcf2a-94e7-c05e-824a-73cfb38a48a4@oss.nttdata.com1 parente49d5eb commitbe6221e
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
| 131 | + | |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
|
0 commit comments
Comments
(0)