docs: Fix pg_upgrade standby server upgrade docs

Bruce Momjian <bruce@momjian.us>

Commit: 0f33a719fdbb5d8c43839ea0d2c90cd03e2af2d2
Author: Bruce Momjian <bruce@momjian.us>
Date: 2017-06-15T16:30:02Z
Releases: 10.0
docs:  Fix pg_upgrade standby server upgrade docs

It was unsafe to instruct users to start/stop the server after
pg_upgrade was run but before the standby servers were rsync'ed.  The
new instructions avoid this.

RELEASE NOTES:  This fix should be mentioned in the minor release notes.

Reported-by: Dmitriy Sarafannikov and Sergey Burladyan

Discussion: https://postgr.es/m/87wp8o506b.fsf@seb.koffice.internal

Backpatch-through: 9.5, where standby server upgrade instructions first appeared

Files

PathChange+/−
doc/src/sgml/ref/pgupgrade.sgml modified +15 −18

Documentation touched