From c23162e7874a4c4165ce9c890e7e61c467bc2b84 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 25 Oct 2019 12:41:57 +0900 Subject: [PATCH] doc: note superuser requirement for "repmgr primary register" --- doc/repmgr-primary-register.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/doc/repmgr-primary-register.xml b/doc/repmgr-primary-register.xml index 7796fa85..9d73ff15 100644 --- a/doc/repmgr-primary-register.xml +++ b/doc/repmgr-primary-register.xml @@ -24,10 +24,15 @@ - It's possibly to install the &repmgr; extension manually before executing + &repmgr; will attempt to install the &repmgr; extension as part of this command, + however this will fail if the repmgr user is not a superuser. + + + It's possible to install the &repmgr; extension manually before executing repmgr primary register; in this case &repmgr; will detect the presence of the extension and skip that step. + @@ -59,6 +64,21 @@ + + User permission requirements + + The repmgr user must be a superuser in order for &repmgr; + to be able to install the repmgr extension. + + + If this is not the case, the repmgr extension can be installed + manually before executing repmgr primary register. + + + A future &repmgr; release will enable the provision of a + name for the installation of the extension. + + Options