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 dabf9978cd055884f58876118924c48fd36b720d..c3df343571f63518430378d369d0f445bf07e5fd 100644 (file)
@@ -326,7 +326,9 @@ NET STOP postgresql-&majorversion;
      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>