Skip to content

Commit 1729874

Browse files
committed
Fix help message for pg_basebackup -R
The recovery.conf file that's generated is specifically for replication, and not needed (or wanted) for regular backup restore, so indicate that in the message.
1 parent 365ee96 commit 1729874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_basebackup/pg_basebackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ usage(void)
240240
printf(_(" -r, --max-rate=RATE maximum transfer rate to transfer data directory\n"
241241
" (in kB/s, or use suffix \"k\" or \"M\")\n"));
242242
printf(_(" -R, --write-recovery-conf\n"
243-
" write recovery.conf after backup\n"));
243+
" write recovery.conf for replication\n"));
244244
printf(_(" -S, --slot=SLOTNAME replication slot to use\n"));
245245
printf(_(" -T, --tablespace-mapping=OLDDIR=NEWDIR\n"
246246
" relocate tablespace in OLDDIR to NEWDIR\n"));

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy