From: Bruce Momjian Date: Wed, 13 Sep 2017 13:22:18 +0000 (-0400) Subject: docs: adjust "link mode" mention in pg_upgrade streaming steps X-Git-Tag: REL9_5_10~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1795efcbecdcb53d3910cd46a067a1e66ab0938;p=thirdparty%2Fpostgresql.git docs: adjust "link mode" mention in pg_upgrade streaming steps Backpatch-through: 9.5 --- diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 2508c73f4b0..d1b84a10288 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -421,14 +421,14 @@ pg_upgrade.exe Upgrade Streaming Replication and Log-Shipping standby servers - If you have Streaming Replication (see ) or Log-Shipping (see ) standby servers, and used link mode, - follow these steps to upgrade them. You will not be running - pg_upgrade on the standby servers, but rather - rsync on the primary. Do not start any servers yet. - If you did not use link mode, skip the instructions in - this section and simply recreate the standby servers. + linkend="warm-standby">) standby servers, follow these steps to + upgrade them. You will not be running pg_upgrade on + the standby servers, but rather rsync on the primary. + Do not start any servers yet. If you did not use link + mode, skip the instructions in this section and simply recreate the + standby servers.