mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
standby clone: tweak error message
Probably a remnant from the 9.1 era, where it was not possible to take a base backup from a standby.
This commit is contained in:
@@ -740,7 +740,7 @@ do_standby_clone(void)
|
||||
drop_replication_slot_if_exists(source_conn, UNKNOWN_NODE_ID, local_node_record.slot_name);
|
||||
}
|
||||
|
||||
log_error(_("unable to take a base backup of the primary server"));
|
||||
log_error(_("unable to take a base backup of the source server"));
|
||||
log_hint(_("data directory (\"%s\") may need to be cleaned up manually"),
|
||||
local_data_directory);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user