mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
node check: add option --db-connection
This is intended for diagnostic purposes, primarily when diagnosing the connection parameters used when repmgr is being executed on a remote node.
This commit is contained in:
@@ -541,6 +541,10 @@ main(int argc, char **argv)
|
||||
runtime_options.replication_config_owner = true;
|
||||
break;
|
||||
|
||||
case OPT_DB_CONNECTION:
|
||||
runtime_options.db_connection = true;
|
||||
break;
|
||||
|
||||
/*--------------------
|
||||
* "node rejoin" options
|
||||
*--------------------
|
||||
|
||||
Reference in New Issue
Block a user