Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
pg_upgrade doc: mention that replication slots must be recreated
authorBruce Momjian <bruce@momjian.us>
Thu, 14 Jul 2022 20:34:30 +0000 (16:34 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 14 Jul 2022 20:34:30 +0000 (16:34 -0400)
Reported-by: Nikhil Shetty
Discussion: https://postgr.es/m/CAFpL5Vxastip0Jei-K-=7cKXTg=5sahSe5g=om=x68NOX8+PUA@mail.gmail.com

Backpatch-through: 10

doc/src/sgml/ref/pgupgrade.sgml

index 86239922cc03394347e0090918af4aafc16f2289..7d656af1da7cf1504d7bcafd18c77e577c274f35 100644 (file)
@@ -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()</function> and <function>pg_stop_backup()</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>