diff options
-rw-r--r-- | doc/src/sgml/ref/pgupgrade.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 2269eb9d05b..3f2581e8527 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -331,8 +331,8 @@ NET STOP postgresql-9.0 <para> Also, if upgrading standby servers, change <varname>wal_level</> - to <literal>replica</> in the <filename>postgresql.conf</> file on - the new master cluster. + in the <filename>postgresql.conf</> file on the new master cluster + to match the value you used in the old cluster. </para> </step> |