diff --git a/doc/upgrading-repmgr.sgml b/doc/upgrading-repmgr.sgml index 9da415d7..f177d7a3 100644 --- a/doc/upgrading-repmgr.sgml +++ b/doc/upgrading-repmgr.sgml @@ -155,6 +155,15 @@ + + + If running a systemd-based Linux distribution, execute (as root, + or with appropriate sudo permissions): + +systemctl daemon-reload + + + If the &repmgr; shared library module has been updated (check the release notes!), @@ -172,7 +181,7 @@ On the primary node, execute - ALTER EXTENSION repmgr UPDATE +ALTER EXTENSION repmgr UPDATE in the database where &repmgr; is installed.