mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56:29 +00:00
repmgrd: clarify why node is not configured for automatic failover
This commit is contained in:
@@ -3250,6 +3250,7 @@ do_upstream_standby_failover(void)
|
|||||||
if (config_file_options.failover == FAILOVER_MANUAL)
|
if (config_file_options.failover == FAILOVER_MANUAL)
|
||||||
{
|
{
|
||||||
log_notice(_("this node is not configured for automatic failover"));
|
log_notice(_("this node is not configured for automatic failover"));
|
||||||
|
log_detail(_("parameter \"failover\" is set to \"manual\""));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user