diff options
author | Bruce Momjian <bruce@momjian.us> | 2022-07-14 16:34:30 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2022-07-14 16:34:30 -0400 |
commit | 47ae6948f0b03cade761b80932c60f208b41f748 (patch) | |
tree | 7b0de08ed40f9e4deed39b2593236c49531ee568 | |
parent | 76fa4bf321c5f13c729f225a465e754958c0a5c5 (diff) | |
download | postgresql-47ae6948f0b03cade761b80932c60f208b41f748.tar.gz postgresql-47ae6948f0b03cade761b80932c60f208b41f748.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
-rw-r--r-- | doc/src/sgml/ref/pgupgrade.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index f3eb7fbd338..d0652276564 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -619,7 +619,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_backup_start()</function> and <function>pg_backup_stop()</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> |