We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e169a commit 35d5f69Copy full SHA for 35d5f69
doc/src/sgml/ref/pgupgrade.sgml
@@ -359,8 +359,8 @@ NET STOP postgresql-&majorversion;
359
<quote>Latest checkpoint location</quote> values match in all clusters.
360
(There will be a mismatch if old standby servers were shut down
361
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
+ Also, make sure <varname>wal_level</varname> is not set to
+ <literal>minimal</literal> in the <filename>postgresql.conf</filename> file on the
364
new primary cluster.
365
</para>
366
</step>
0 commit comments