mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Clean up exit error codes
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -1137,7 +1137,7 @@ stop_backup:
|
||||
log_err(_("Unable to take a base backup of the primary server\n"));
|
||||
log_warning(_("The destination directory (%s) will need to be cleaned up manually\n"),
|
||||
local_data_directory);
|
||||
exit(ERR_BAD_RSYNC);
|
||||
exit(ERR_BAD_BASEBACKUP);
|
||||
}
|
||||
|
||||
log_notice(_("%s base backup of standby complete\n"), progname);
|
||||
|
||||
Reference in New Issue
Block a user