mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56:29 +00:00
repmgr standby follow: ensure data directory provided, if required
Required when using host parameters to reactivate a stopped node; we have no other way of knowing the data directory.
This commit is contained in:
@@ -1435,7 +1435,8 @@ do_standby_follow(void)
|
||||
}
|
||||
}
|
||||
|
||||
log_info(_("changing standby's master to node %i"), master_id);
|
||||
log_info(_("changing node %i's master to node %i"),
|
||||
config_file_options.node_id, master_id);
|
||||
|
||||
if (!create_recovery_file(data_dir, &recovery_conninfo))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user