From: Bruce Momjian Date: Thu, 14 Jul 2022 20:34:30 +0000 (-0400) Subject: pg_upgrade doc: mention that replication slots must be recreated X-Git-Tag: REL_14_5~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d8db8cf853ceb34c5be1e398fc566b0521bb24e;p=thirdparty%2Fpostgresql.git 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 --- 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 pg_start_backup() and pg_stop_backup() 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.