In pg_upgrade docs, mention using base backup as part of rsync for
authorBruce Momjian
Wed, 7 Nov 2012 18:36:08 +0000 (13:36 -0500)
committerBruce Momjian
Wed, 7 Nov 2012 18:36:12 +0000 (13:36 -0500)
logical replication upgrades.

Backpatch to 9.2.

doc/src/sgml/pgupgrade.sgml

index 301222c55d22e71971c43c95cb2ea332552456b7..998cb2fc9a57c23ffcaa0f940b201444dac8a372 100644 (file)
@@ -529,7 +529,10 @@ psql --username postgres --file script.sql postgres
   
    A Log-Shipping Standby Server () 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 rsync to rebuild the
+   standbys.  You can run rsync while the primary is down,
+   or as part of a base backup ()
+   which overwrites the old standby cluster.