Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
846ae36
)
pg_upgrade doc: mention that replication slots must be recreated
author
Bruce Momjian
<bruce@momjian.us>
Thu, 14 Jul 2022 20:34:30 +0000
(16:34 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 14 Jul 2022 20:34:30 +0000
(16:34 -0400)
Reported-by: Nikhil Shetty
Discussion: https://postgr.es/m/CAFpL5Vxastip0Jei-K-=7cKXTg=5sahSe5g=om=x68NOX8+PUA@mail.gmail.com
Backpatch-through: 10
doc/src/sgml/ref/pgupgrade.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pgupgrade.sgml
b/doc/src/sgml/ref/pgupgrade.sgml
index 86239922cc03394347e0090918af4aafc16f2289..7d656af1da7cf1504d7bcafd18c77e577c274f35 100644
(file)
--- a/
doc/src/sgml/ref/pgupgrade.sgml
+++ b/
doc/src/sgml/ref/pgupgrade.sgml
@@
-569,7
+569,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>