doc: add note about replication slots and PostgreSQL upgrades

This commit is contained in:
Ian Barwick
2018-02-02 18:33:43 +09:00
committed by Ian Barwick
parent 3b00dc912a
commit c4cd0c46da

View File

@@ -84,7 +84,11 @@
<para>
For further details please see the <ulink url="https://www.postgresql.org/docs/current/static/pgupgrade.html">pg_upgrade documentation</ulink>.
</para>
<para>
If replication slots are in use, bear in mind these will <emphasis>not</emphasis>
be recreated by <application>pg_upgrade</application>. These will need to
be recreated manually.
</para>
</sect1>