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 | 27b8f73fd3475a71b8b9dc10d1854337aa0c7101 (patch) | |
tree | fe82a7b8a71675641ecb1cbe147ad79c6536e82e | |
parent | 613e5a31234e4cf14129c2c3684fb4cb859ae716 (diff) | |
download | postgresql-27b8f73fd3475a71b8b9dc10d1854337aa0c7101.tar.gz postgresql-27b8f73fd3475a71b8b9dc10d1854337aa0c7101.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 0b2d76bd386..d6ce4b1633a 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> |