docs: clarify pg_upgrade docs regarding standbys and rsync

Bruce Momjian <bruce@momjian.us>

Commit: 04b64b8ddf9926950fe86d7d489825c46665dc01
Author: Bruce Momjian <bruce@momjian.us>
Date: 2017-09-16T15:58:00Z
Releases: 11.0
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

Files

PathChange+/−
doc/src/sgml/ref/pgupgrade.sgml modified +24 −17

Documentation touched