Skip to content

Commit 47ae694

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 76fa4bf commit 47ae694

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

0 commit comments

Comments
 (0)