doc: update 4.1.0 release notes

This commit is contained in:
Ian Barwick
2018-08-01 11:38:08 +09:00
parent cb4f6f6e3f
commit e1410831e0

View File

@@ -27,21 +27,22 @@
The following post-upgrade steps must be carried out: The following post-upgrade steps must be carried out:
<itemizedlist> <itemizedlist>
<listitem>
<para>
<application>repmgrd</application> (if running) must be restarted.
</para>
</listitem>
<listitem> <listitem>
<para> <para>
Execute <command>ALTER EXTENSION repmgr UPDATE</command> Execute <command>ALTER EXTENSION repmgr UPDATE</command>
on the primary server in the database where &repmgr; is installed. on the primary server in the database where &repmgr; is installed.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
<application>repmgrd</application> must be restarted on all nodes where it is running.
</para>
</listitem>
</itemizedlist> </itemizedlist>
A restart of the PostgreSQL server is <emphasis>not</emphasis> required A restart of the PostgreSQL server is <emphasis>not</emphasis> required
for this release. for this release (unless upgrading from repmgr 3.x).
</para> </para>
<para> <para>
See <xref linkend="upgrading-repmgr-extension"> for more details. See <xref linkend="upgrading-repmgr-extension"> for more details.