pgsql: docs: Fix pg_upgrade standby server upgrade docs

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: docs: Fix pg_upgrade standby server upgrade docs
Date: 2017-06-15 16:30:13
Message-ID: E1dLXev-0003Ua-94@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2017-06-15 17:25:56 pgsql: doc: remove mention of Windows junction points by pg_upgrade
Previous Message Alvaro Herrera 2017-06-15 15:48:30 pgsql: Rename function for consistency