mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
doc: adjust wal_level pg_upgrade patch
Since 9.5 has two WAL levels that apply to standby upgrades, archive and
hot_standby, adjust the docs for that version to say, basically, "restore old
cluster wal_level value in the new cluster".
This is a follow-on patch to fd376afc98
.
Backpatch-through: 9.5 only
This commit is contained in:
@ -331,8 +331,8 @@ NET STOP postgresql-9.0
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Also, if upgrading standby servers, change <varname>wal_level</>
|
Also, if upgrading standby servers, change <varname>wal_level</>
|
||||||
to <literal>replica</> in the <filename>postgresql.conf</> file on
|
in the <filename>postgresql.conf</> file on the new master cluster
|
||||||
the new master cluster.
|
to match the value you used in the old cluster.
|
||||||
</para>
|
</para>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user