]> granicus.if.org Git - postgresql/commitdiff
docs: re-add instructions on setting wal_level for rsync use
authorBruce Momjian <bruce@momjian.us>
Wed, 20 Sep 2017 13:36:19 +0000 (09:36 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 20 Sep 2017 13:36:19 +0000 (09:36 -0400)
This step was erroneously removed four days ago by me.

Reported-by: Magnus via IM
Backpatch-through: 9.5

doc/src/sgml/ref/pgupgrade.sgml

index 4e248eae38d5ed07a22cad97c784eda0653b436f..6d5b76abd9b0f6e6875eccc83936a929fbb4fc6b 100644 (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>