- Notifications
You must be signed in to change notification settings - Fork5
Commit915a29a
committed
Add support for generating minimal recovery.conf when doing base backups
Adds commandline option -R to pg_basebackup that creates a recovery.conf whichenables standby mode using the same parameters that pg_basebackup used toconnect to the master, and writes it into the output directory (or injects itin the tar file when tar format is used).Zoltan Boszormenyi, modified by Magnus Hagander, reviewed by Amit Kapila & Fujii Masao1 parent940d136 commit915a29a
File tree
2 files changed
+332
-39
lines changed- doc/src/sgml/ref
- src/bin/pg_basebackup
2 files changed
+332
-39
lines changedLines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
191 | 205 |
| |
192 | 206 |
| |
193 | 207 |
| |
|
0 commit comments
Comments
(0)