docs: adjust "link mode" mention in pg_upgrade streaming steps

Backpatch-through: 9.5
This commit is contained in:
Bruce Momjian 2017-09-13 09:22:18 -04:00
parent 9521ce4a7a
commit 82e367ddbf
1 changed files with 7 additions and 7 deletions

View File

@ -421,14 +421,14 @@ pg_upgrade.exe
<title>Upgrade Streaming Replication and Log-Shipping standby servers</title> <title>Upgrade Streaming Replication and Log-Shipping standby servers</title>
<para> <para>
If you have Streaming Replication (see <xref If you used link mode and have Streaming Replication (see <xref
linkend="streaming-replication">) or Log-Shipping (see <xref linkend="streaming-replication">) or Log-Shipping (see <xref
linkend="warm-standby">) standby servers, and used link mode, linkend="warm-standby">) standby servers, follow these steps to
follow these steps to upgrade them. You will not be running upgrade them. You will not be running <application>pg_upgrade</> on
<application>pg_upgrade</> on the standby servers, but rather the standby servers, but rather <application>rsync</> on the primary.
<application>rsync</> on the primary. Do not start any servers yet. Do not start any servers yet. If you did <emphasis>not</> use link
If you did <emphasis>not</> use link mode, skip the instructions in mode, skip the instructions in this section and simply recreate the
this section and simply recreate the standby servers. standby servers.
</para> </para>
<substeps> <substeps>