mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56:29 +00:00
doc: add note about remote command execution
When executing a command on a remote server, repmgr expects the remote binary to be in the same location as the local binary. It's reasonable to assume repmgr will be deployed in a unified environment; if not, the onus is on the user to ensure repmgr can find the remote binary, e.g. by creating appropriate symlinks. Addresses query in GitHub #406.
This commit is contained in:
@@ -67,6 +67,13 @@
|
|||||||
promotion candidate to all standbys attached to the demotion candidate.
|
promotion candidate to all standbys attached to the demotion candidate.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<simpara>
|
||||||
|
&repmgr; expects to find the &repmgr; binary in the same path on the remote
|
||||||
|
server as on the local server.
|
||||||
|
</simpara>
|
||||||
|
</note>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Double-check which commands will be used to stop/start/restart the current
|
Double-check which commands will be used to stop/start/restart the current
|
||||||
primary; on the primary execute:
|
primary; on the primary execute:
|
||||||
|
|||||||
Reference in New Issue
Block a user