mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 15:16:29 +00:00
With special attention to setting service commands, and extra special mention of "pg_ctlcluster" for Debian/Ubuntu users.
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
<chapter id="configuration" xreflabel="Configuration">
|
|
<title>repmgr configuration</title>
|
|
|
|
&configuration-file;
|
|
&configuration-file-settings;
|
|
&configuration-service-commands;
|
|
|
|
<sect1 id="configuration-permissions" xreflabel="User permissions">
|
|
<indexterm>
|
|
<primary>configuration</primary>
|
|
<secondary>user permissions</secondary>
|
|
</indexterm>
|
|
|
|
<title>repmgr user permissions</title>
|
|
<para>
|
|
&repmgr; will create an extension database containing objects
|
|
for administering &repmgr; metadata. The user defined in the <varname>conninfo</varname>
|
|
setting must be able to access all objects. Additionally, superuser permissions
|
|
are required to install the &repmgr; extension. The easiest way to do this
|
|
is create the &repmgr; user as a superuser, however if this is not
|
|
desirable, the &repmgr; user can be created as a normal user and a
|
|
superuser specified with <literal>--superuser</literal> when registering a &repmgr; node.
|
|
</para>
|
|
</sect1>
|
|
</chapter>
|