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:
Bruce Momjian 2017-09-20 09:36:19 -04:00
parent ea96568396
commit 95a231aef9

View File

@ -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>