[COMMITTERS] pgsql: docs: clarify pg_upgrade docs regarding standbys and rsync - Mailing list pgsql-committers

From Bruce Momjian
Subject [COMMITTERS] pgsql: docs: clarify pg_upgrade docs regarding standbys and rsync
Date
Msg-id E1dtFTx-0005oB-1V@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
docs:  clarify pg_upgrade docs regarding standbys and rsync

Document that rsync is an _optional_ way to upgrade standbys, suggest
rsync option --dry-run, and mention a way of upgrading one standby from
another using rsync.  Also clarify some instructions by specifying if
they operate on the old or new clusters.

Reported-by: Stephen Frost, Magnus Hagander

Discussion: https://postgr.es/m/20170914191250.GB6595@momjian.us

Backpatch-through: 9.5

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/04b64b8ddf9926950fe86d7d489825c46665dc01

Modified Files
--------------
doc/src/sgml/ref/pgupgrade.sgml | 41 ++++++++++++++++++++++++-----------------
1 file changed, 24 insertions(+), 17 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Andreas Seltenreich
Date:
Subject: Re: [COMMITTERS] pgsql: Expand partitioned table RTEs level by level, without flattening
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix SQL-spec incompatibilities in new transition table feature.