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

logical replication upgrades.

Backpatch to 9.2.
pull/3/head
Bruce Momjian 13 years ago
parent add6c3179a
commit c90dcd6d2c
  1. 5
      doc/src/sgml/pgupgrade.sgml

@ -529,7 +529,10 @@ psql --username postgres --file script.sql postgres
<para>
A Log-Shipping Standby Server (<xref linkend="warm-standby">) cannot
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>

Loading…
Cancel
Save