diff options
author | Bruce Momjian <bruce@momjian.us> | 2017-06-20 11:04:31 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2017-06-20 11:04:31 -0400 |
commit | 525ee8ff333d71fcf155833ea59a635f30b87fd1 (patch) | |
tree | 13de63ad7bc47e3f74cab9508072d25ffb8d36ae | |
parent | 54d4d818ddabe18d1c5ab94fd97b3ca9a3675b62 (diff) | |
download | postgresql-525ee8ff333d71fcf155833ea59a635f30b87fd1.tar.gz postgresql-525ee8ff333d71fcf155833ea59a635f30b87fd1.zip |
doc: adjust wal_level pg_upgrade patch
Since 9.5 has two WAL levels that apply to standby upgrades, archive and
hot_standby, adjust the docs for that version to say, basically, "restore old
cluster wal_level value in the new cluster".
This is a follow-on patch to fd376afc9863dd8ea3eba95edfa79961173e706f.
Backpatch-through: 9.5 only
-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> |