pgsql: docs: improve pg_upgrade standby instructions

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: docs: improve pg_upgrade standby instructions
Date: 2017-09-13 13:11:41
Message-ID: E1ds7S9-0006GU-4N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: improve pg_upgrade standby instructions

This makes it clear that pg_upgrade standby upgrade instructions should
only be used in link mode, adds examples, and explains how rsync works
with links.

Reported-by: Andreas Joseph Krogh

Discussion: https://postgr.es/m/VisenaEmail.6c.c0e592c5af4ef0a2.15e785dcb61@tc7-visena

Backpatch-through: 9.5

Branch
------
REL_10_STABLE

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

Modified Files
--------------
doc/src/sgml/ref/pgupgrade.sgml | 64 ++++++++++++++++++++++++++---------------
1 file changed, 41 insertions(+), 23 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2017-09-13 13:22:30 pgsql: docs: adjust "link mode" mention in pg_upgrade streaming steps
Previous Message Peter Eisentraut 2017-09-13 12:36:08 Re: [COMMITTERS] pgsql: Logical replication support for initial data copy