Thanks to visit codestin.com Credit goes to github.com
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 b2bf22c commit 457942eCopy full SHA for 457942e
doc/src/sgml/ref/pgupgrade.sgml
@@ -330,8 +330,8 @@ NET STOP postgresql-&majorversion;
330
<quote>Latest checkpoint location</quote> values match in all clusters.
331
(There will be a mismatch if old standby servers were shut down
332
before the old primary or if the old standby servers are still running.)
333
- Also, change <varname>wal_level</varname> to
334
- <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
335
new primary cluster.
336
</para>
337
</step>
0 commit comments