Commit 0d8db8cf authored by Bruce Momjian's avatar Bruce Momjian

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
parent 8e974748
...@@ -603,7 +603,8 @@ rsync --archive --delete --hard-links --size-only --no-inc-recursive /vol1/pg_tb ...@@ -603,7 +603,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 Configure the servers for log shipping. (You do not need to run
<function>pg_start_backup()</function> and <function>pg_stop_backup()</function> <function>pg_start_backup()</function> and <function>pg_stop_backup()</function>
or take a file system backup as the standbys are still synchronized 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> </para>
</step> </step>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment