Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c7ff80f

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.us Backpatch-through: 9.5
1 parent 21aac2f commit c7ff80f

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
@@ -360,8 +360,8 @@ NET STOP postgresql-&majorversion;
360360
<quote>Latest checkpoint location</quote> values match in all clusters.
361361
(There will be a mismatch if old standby servers were shut down
362362
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
363+
Also, make sure <varname>wal_level</varname> is not set to
364+
<literal>minimal</literal> in the <filename>postgresql.conf</filename> file on the
365365
new primary cluster.
366366
</para>
367367
</step>

0 commit comments

Comments
 (0)