Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit29dec9f

Browse files
committed
doc: pg_upgrade, clarify standby servers must remain running
Also mention that mismatching primary/standby LSNs should neverhappen.Reported-by: Nikolay SamokhvalovDiscussion:https://postgr.es/m/CAM527d8heqkjG5VrvjU3Xjsqxg41ufUyabD9QZccdAxnpbRH-Q@mail.gmail.comBackpatch-through: 11
1 parent3a9a1b8 commit29dec9f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎doc/src/sgml/ref/pgupgrade.sgml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@ NET STOP postgresql-&majorversion;
370370
</para>
371371

372372
<para>
373-
Streaming replication and log-shipping standby serverscan
374-
remainrunninguntil a later step.
373+
Streaming replication and log-shipping standby serversmust be
374+
runningduring this shutdown so they receive all changes.
375375
</para>
376376
</step>
377377

@@ -384,8 +384,6 @@ NET STOP postgresql-&majorversion;
384384
servers are caught up by running <application>pg_controldata</application>
385385
against the old primary and standby clusters. Verify that the
386386
<quote>Latest checkpoint location</quote> values match in all clusters.
387-
(There will be a mismatch if old standby servers were shut down
388-
before the old primary or if the old standby servers are still running.)
389387
Also, make sure <varname>wal_level</varname> is not set to
390388
<literal>minimal</literal> in the <filename>postgresql.conf</filename> file on the
391389
new primary cluster.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp