mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 02:11:28 -05:00
docs: re-add instructions on setting wal_level for rsync use
This step was erroneously removed four days ago by me. Reported-by: Magnus via IM Backpatch-through: 9.5
This commit is contained in:
parent
ea96568396
commit
95a231aef9
1 changed files with 3 additions and 1 deletions
|
|
@ -326,7 +326,9 @@ NET STOP postgresql-9.0
|
|||
against the old primary and standby clusters. Verify that the
|
||||
<quote>Latest checkpoint location</> values match in all clusters.
|
||||
(There will be a mismatch if old standby servers were shut down
|
||||
before the old primary.)
|
||||
before the old primary.) Also, change <varname>wal_level</> to
|
||||
<literal>replica</> in the <filename>postgresql.conf</> file on the
|
||||
new primary cluster.
|
||||
</para>
|
||||
</step>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue