mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Add --data-directory-config option to "repmgr node check"
Implements part of GitHub #523.
This commit is contained in:
@@ -497,6 +497,10 @@ main(int argc, char **argv)
|
||||
runtime_options.replication_connection = true;
|
||||
break;
|
||||
|
||||
case OPT_DATA_DIRECTORY_CONFIG:
|
||||
runtime_options.data_directory_config = true;
|
||||
break;
|
||||
|
||||
/*--------------------
|
||||
* "node rejoin" options
|
||||
*--------------------
|
||||
|
||||
Reference in New Issue
Block a user