1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-21 15:54:08 +03:00

In pg_upgrade docs, mention using base backup as part of rsync for

logical replication upgrades.

Backpatch to 9.2.
This commit is contained in:
Bruce Momjian 2012-11-07 13:36:08 -05:00
parent 3cef201c19
commit 663c68f0e9

View File

@ -529,7 +529,10 @@ psql --username postgres --file script.sql postgres
<para> <para>
A Log-Shipping Standby Server (<xref linkend="warm-standby">) cannot A Log-Shipping Standby Server (<xref linkend="warm-standby">) cannot
be upgraded because the server must allow writes. The simplest way be upgraded because the server must allow writes. The simplest way
is to upgrade the primary and use rsync to rebuild the standbys. is to upgrade the primary and use <command>rsync</> to rebuild the
standbys. You can run <command>rsync</> while the primary is down,
or as part of a base backup (<xref linkend="backup-base-backup">)
which overwrites the old standby cluster.
</para> </para>
<para> <para>