8000 pg_upgrade doc: mention that replication slots must be recreated · postgres/postgres@a36882e · GitHub
[go: up one dir, main page]

Skip to content

Commit a36882e

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 846ae36 commit a36882e

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
@@ -569,7 +569,8 @@ rsync --archive --delete --hard-links --size-only --no-inc-recursive /vol1/pg_tb
569569
Configure the servers for log shipping. (You do not need to run
570570
<function>pg_start_backup()</function> and <function>pg_stop_backup()</function>
571571
or take a file system backup as the standbys are still synchronized
572-
with the primary.)
572+
with the primary.) Replication slots are not copied and must
573+
be recreated.
573574
</para>
574575
</step>
575576

0 commit comments

Comments
 (0)
0