8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae1619 commit 26a0c02Copy full SHA for 26a0c02
doc/src/sgml/basebackup-to-shell.sgml
@@ -55,6 +55,23 @@
55
</para>
56
</listitem>
57
</varlistentry>
58
+
59
+ <varlistentry>
60
+ <term>
61
+ <varname>basebackup_to_shell.required_role</varname> (<type>string</type>)
62
+ <indexterm>
63
+ <primary><varname>basebackup_to_shell.required_role</varname> configuration parameter</primary>
64
+ </indexterm>
65
+ </term>
66
+ <listitem>
67
+ <para>
68
+ A role which replication whose privileges users are required to possess
69
+ in order to make use of the <literal>shell</literal> backup target.
70
+ If this is not set, any replication user may make use of the
71
+ <literal>shell</literal> backup target.
72
+ </para>
73
+ </listitem>
74
+ </varlistentry>
75
</variablelist>
76
</sect2>
77
0 commit comments