mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
repmgr: fix error message
It's possible the missing node record might be for a witness server, though we have no way of knowing that.
This commit is contained in:
@@ -479,7 +479,7 @@ main(int argc, char **argv)
|
|||||||
switch (config_file_options.replication_type)
|
switch (config_file_options.replication_type)
|
||||||
{
|
{
|
||||||
case REPLICATION_TYPE_PHYSICAL:
|
case REPLICATION_TYPE_PHYSICAL:
|
||||||
log_hint(_("check that 'repmgr (primary|standby) register' was executed for this node"));
|
log_hint(_("check that 'repmgr (primary|standby|witness) register' was executed for this node"));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user