mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
doc: improve upgrade instructions
Note requirement to execute "systemctl daemon-reload" for systemd systems...
This commit is contained in:
@@ -155,6 +155,15 @@
|
|||||||
</simpara>
|
</simpara>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
If running a <literal>systemd</literal>-based Linux distribution, execute (as <literal>root</literal>,
|
||||||
|
or with appropriate <literal>sudo</literal> permissions):
|
||||||
|
<programlisting>
|
||||||
|
systemctl daemon-reload</programlisting>
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<simpara>
|
<simpara>
|
||||||
If the &repmgr; shared library module has been updated (check the <link linkend="appendix-release-notes">release notes</link>!),
|
If the &repmgr; shared library module has been updated (check the <link linkend="appendix-release-notes">release notes</link>!),
|
||||||
@@ -172,7 +181,7 @@
|
|||||||
<para>
|
<para>
|
||||||
On the primary node, execute
|
On the primary node, execute
|
||||||
<programlisting>
|
<programlisting>
|
||||||
ALTER EXTENSION repmgr UPDATE</programlisting>
|
ALTER EXTENSION repmgr UPDATE</programlisting>
|
||||||
in the database where &repmgr; is installed.
|
in the database where &repmgr; is installed.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|||||||
Reference in New Issue
Block a user