doc: clarify usage of the "passfile" parameter.

This commit is contained in:
Ian Barwick
2020-04-23 15:03:40 +09:00
parent 2b773480e7
commit 2b0218456a

View File

@@ -153,6 +153,11 @@ node3:5432:replication:repluser:foo</programlisting>
location on all nodes, as when connecting to a remote node, the file referenced is the one on the
local node.
</para>
<para>
Additionally, you <emphasis>must</emphasis> specify the passfile location in <filename>repmgr.conf</filename>
with the <option>passfile</option> option so &repmgr; can write the correct path when creating the
<option>primary_conninfo</option> parameter for replication configuration on standbys.
</para>
</note>
</sect2>