pg_upgrade doc: mention that replication slots must be recreated

Reported-by: Nikhil Shetty

Discussion: https://postgr.es/m/CAFpL5Vxastip0Jei-K-=7cKXTg=5sahSe5g=om=x68NOX8+PUA@mail.gmail.com

Backpatch-through: 10
This commit is contained in:
Bruce Momjian 2022-07-14 16:34:30 -04:00
parent 76fa4bf321
commit 47ae6948f0
1 changed files with 2 additions and 1 deletions

View File

@ -619,7 +619,8 @@ rsync --archive --delete --hard-links --size-only --no-inc-recursive /vol1/pg_tb
Configure the servers for log shipping. (You do not need to run
<function>pg_backup_start()</function> and <function>pg_backup_stop()</function>
or take a file system backup as the standbys are still synchronized
with the primary.)
with the primary.) Replication slots are not copied and must
be recreated.
</para>
</step>