aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2022-07-14 16:34:30 -0400
committerBruce Momjian <bruce@momjian.us>2022-07-14 16:34:30 -0400
commit0d8db8cf853ceb34c5be1e398fc566b0521bb24e (patch)
tree8b15142660df3d5eafc0551a072c662369fbddbe /doc/src/sgml
parent8e97474834e4247886ecb11ffc39d65239eddfe2 (diff)
downloadpostgresql-0d8db8cf853ceb34c5be1e398fc566b0521bb24e.tar.gz
postgresql-0d8db8cf853ceb34c5be1e398fc566b0521bb24e.zip
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
Diffstat (limited to 'doc/src/sgml')
-rw-r--r--doc/src/sgml/ref/pgupgrade.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml
index 301167c0525..158fa0f311d 100644
--- a/doc/src/sgml/ref/pgupgrade.sgml
+++ b/doc/src/sgml/ref/pgupgrade.sgml
@@ -603,7 +603,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>