From: Bruce Momjian <bruce@momjian.us> Date: Thu, 14 Jul 2022 20:34:30 +0000 (-0400) Subject: pg_upgrade doc: mention that replication slots must be recreated X-Git-Tag: REL_10_22~27 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=b0ea3e46c63160f4292b4dfe356dd28c7cde4545;p=postgresql.git 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 --- diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 7cae9eff84d..f487b176b51 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -569,7 +569,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_start_backup()</> and <function>pg_stop_backup()</> 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>