mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
Add mongodump args option (#6921)
* Add mongodump args option * Put mongodumpargs in proper place
This commit is contained in:
@@ -886,6 +886,10 @@
|
||||
"default": "mongodump",
|
||||
"description": "The file path of where \"mongodump\" is located. Default is \"mongodump\""
|
||||
},
|
||||
"mongoDumpArgs": {
|
||||
"type": "string",
|
||||
"description": "Override the default mongodump --uri=<mongoDb>. The --db= option is automatically appended if omitted. (f.e. --host=127.0.0.1 --username=someUser --password=PaSsWORD --authenticationDatabase=admin)"
|
||||
},
|
||||
"mysqlDumpPath": {
|
||||
"type": "string",
|
||||
"default": "mysqldump",
|
||||
|
||||
Reference in New Issue
Block a user