diff --git a/repmgr.c b/repmgr.c index 41a5a0ec..4d4f32a5 100644 --- a/repmgr.c +++ b/repmgr.c @@ -2086,7 +2086,7 @@ copy_remote_files(char *host, char *remote_user, char *remote_path, maxlen_snprintf(rsync_flags, "%s", options.rsync_options); if (runtime_options.force) - strcat(rsync_flags, " --delete"); + strcat(rsync_flags, " --delete --checksum"); if (!remote_user[0]) {