mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-28 09:26:29 +00:00
"standby clone": add early sanity check for external configuration files
This still requires an SSH connection, so we need to check early before the cloning starts, and also emit useful information for --dry-run.
This commit is contained in:
@@ -2512,6 +2512,8 @@ copy_remote_files(char *host, char *remote_user, char *remote_path,
|
||||
rsync_flags.data, host_string, remote_path, local_path);
|
||||
}
|
||||
|
||||
termPQExpBuffer(&rsync_flags);
|
||||
|
||||
log_info(_("rsync command line: '%s'"), script);
|
||||
|
||||
r = system(script);
|
||||
|
||||
Reference in New Issue
Block a user