mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
doc: note "pg_read_all_settings" in FAQ
Relevant for PostgreSQL 10 and later where the repmgr user is not a superuser.
This commit is contained in:
@@ -189,6 +189,14 @@
|
|||||||
directory while the PostgreSQL server is not running, e.g. to confirm
|
directory while the PostgreSQL server is not running, e.g. to confirm
|
||||||
it shut down cleanly during a <link linkend="performing-switchover">switchover</link>.
|
it shut down cleanly during a <link linkend="performing-switchover">switchover</link>.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
Additionally, this provides support when using &repmgr; on PostgreSQL 9.6 and
|
||||||
|
earlier, where the <literal>repmgr</literal> user is not a superuser; in that
|
||||||
|
case the <literal>repmgr</literal> user will not be able to access the
|
||||||
|
<literal>data_directory</literal> configuration setting, access to which is restricted
|
||||||
|
to superusers. (In PostgreSQL 10 and later, non-superusers can be added to the
|
||||||
|
group <option>pg_read_all_settings</option> which will enable them to read this setting).
|
||||||
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user