mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<sect1 id="configuration-permissions" xreflabel="Database user permissions">
|
|
<title>repmgr database user permissions</title>
|
|
|
|
<indexterm>
|
|
<primary>configuration</primary>
|
|
<secondary>database user permissions</secondary>
|
|
</indexterm>
|
|
|
|
<para>
|
|
&repmgr; requires that the database defined in the <varname>conninfo</varname>
|
|
setting contains the <literal>repmgr</literal> extension. The database user defined in the
|
|
<varname>conninfo</varname> setting must be able to access this database and
|
|
the database objects contained within the extension.
|
|
</para>
|
|
<para>
|
|
The <literal>repmgr</literal> extension can only be installed by a superuser.
|
|
If the &repmgr; user is a superuser, &repmgr; will create the extension automatically.
|
|
</para>
|
|
|
|
<para>
|
|
Alternatively, the extension can be created manually by a superuser
|
|
(with "<command>CREATE EXTENSION repmgr</command>") before executing
|
|
<link linkend="repmgr-primary-register">repmgr primary register</link>.
|
|
</para>
|
|
</sect1>
|