From 96cf06204cca938002d75bd119d66b5c83583d79 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 27 Mar 2018 08:40:47 +0900 Subject: [PATCH] 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. --- doc/switchover.sgml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/switchover.sgml b/doc/switchover.sgml index 18a235a9..13c83ece 100644 --- a/doc/switchover.sgml +++ b/doc/switchover.sgml @@ -67,6 +67,13 @@ promotion candidate to all standbys attached to the demotion candidate. + + + &repmgr; expects to find the &repmgr; binary in the same path on the remote + server as on the local server. + + + Double-check which commands will be used to stop/start/restart the current primary; on the primary execute: