File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -380,8 +380,8 @@ NET STOP postgresql-&majorversion;
380
380
</para>
381
381
382
382
<para>
383
- Streaming replication and log-shipping standby servers can
384
- remain running until a later step .
383
+ Streaming replication and log-shipping standby servers must be
384
+ running during this shutdown so they receive all changes .
385
385
</para>
386
386
</step>
387
387
@@ -394,8 +394,6 @@ NET STOP postgresql-&majorversion;
394
394
servers are caught up by running <application>pg_controldata</application>
395
395
against the old primary and standby clusters. Verify that the
396
396
<quote>Latest checkpoint location</quote> values match in all clusters.
397
- (There will be a mismatch if old standby servers were shut down
398
- before the old primary or if the old standby servers are still running.)
399
397
Also, make sure <varname>wal_level</varname> is not set to
400
398
<literal>minimal</literal> in the <filename>postgresql.conf</filename> file on the
401
399
new primary cluster.
You can’t perform that action at this time.
0 commit comments