[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-0003UX-8x@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0f33a719fdbb5d8c43839ea0d2c90cd03e2af2d2

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