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

Commit35d5f69

Browse files
committed
doc: change pg_upgrade wal_level to be not minimal
Previously it was specified to be only replica.Discussion:https://postgr.es/m/20200618180058.GK7349@momjian.usBackpatch-through: 9.5
1 parenta5e169a commit35d5f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ NET STOP postgresql-&majorversion;
359359
<quote>Latest checkpoint location</quote> values match in all clusters.
360360
(There will be a mismatch if old standby servers were shut down
361361
before the old primary or if the old standby servers are still running.)
362-
Also,change<varname>wal_level</varname>to
363-
<literal>replica</literal> in the <filename>postgresql.conf</filename> file on the
362+
Also,make sure<varname>wal_level</varname>is not set to
363+
<literal>minimal</literal> in the <filename>postgresql.conf</filename> file on the
364364
new primary cluster.
365365
</para>
366366
</step>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp