1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-05 00:28:52 +02:00

Note that replications slots are not restored.

Update documentation and help to note that replication slots are not restored and reference the PostgreSQL documentation to explain why.
This commit is contained in:
Reid Thompson
2022-01-04 16:11:27 -05:00
committed by GitHub
parent 226cfbdcde
commit a82f0179cd
3 changed files with 23 additions and 0 deletions

View File

@ -185,6 +185,10 @@ testRun(void)
"e.g. xid, the --set option must be provided if the target is prior to the\n"
"latest backup. See Point-in-Time Recovery for more details and examples.\n"
"\n"
"Replication slots are not included per recommendation of PostgreSQL. See\n"
"Backing Up The Data Directory in the PostgreSQL documentation for more\n"
"information.\n"
"\n"
"Command Options:\n"
"\n"
" --archive-mode preserve or disable archiving on restored\n"