[COMMITTERS] pgsql: docs: Fix pg_upgrade standby server upgrade docs - Mailing list pgsql-committers

From Bruce Momjian
Subject [COMMITTERS] pgsql: docs: Fix pg_upgrade standby server upgrade docs
Date
Msg-id E1dLXev-0003Ua-94@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fd376afc9863dd8ea3eba95edfa79961173e706f

Modified Files
--------------
doc/src/sgml/ref/pgupgrade.sgml | 33 +++++++++++++++------------------
1 file changed, 15 insertions(+), 18 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: [COMMITTERS] pgsql: Rename function for consistency
Next
From: Bruce Momjian
Date:
Subject: [COMMITTERS] pgsql: doc: remove mention of Windows junction points by pg_upgrade