mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
In switchover mode, if no remote repmgr config file is provided with `-C`, repmgr attempts to look for a file with the same path as the local file (provided with `-f/--config-file`). However if this was not specified, repmgr would execute `ls` with an empty filepath on the remote host, which appeared to succeed, causing subsequent remote repmgr command executions to fail as a blank value was provided for `-f/--config-file`. Fixes GitHub #229.
190 KiB
190 KiB