Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2d4c643

Browse files
committed
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
1 parent bf3d692 commit 2d4c643

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/ref/pgupgrade.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,8 @@ rsync --archive --delete --hard-links --size-only --no-inc-recursive /vol1/pg_tb
603603
Configure the servers for log shipping. (You do not need to run
604604
<function>pg_start_backup()</function> and <function>pg_stop_backup()</function>
605605
or take a file system backup as the standbys are still synchronized
606-
with the primary.)
606+
with the primary.) Replication slots are not copied and must
607+
be recreated.
607608
</para>
608609
</step>
609610

0 commit comments

Comments
 (0)