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 21aac2f commit c7ff80fCopy full SHA for c7ff80f
doc/src/sgml/ref/pgupgrade.sgml
@@ -360,8 +360,8 @@ NET STOP postgresql-&majorversion;
360
<quote>Latest checkpoint location</quote> values match in all clusters.
361
(There will be a mismatch if old standby servers were shut down
362
before the old primary or if the old standby servers are still running.)
363
- Also, change <varname>wal_level</varname> to
364
- <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
365
new primary cluster.
366
</para>
367
</step>
0 commit comments