From d1d057a184ffd935c1c48cc2cd20e2cce4dc139b Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 17 Oct 2018 17:07:52 +0900 Subject: [PATCH] doc: improve upgrade instructions Note requirement to execute "systemctl daemon-reload" for systemd systems... --- doc/upgrading-repmgr.sgml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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.