Add mongodump args option (#6921)

* Add mongodump args option

* Put mongodumpargs in proper place
This commit is contained in:
PTR
2025-04-12 11:00:32 +02:00
committed by GitHub
parent 42d02fdb84
commit c202339b67
2 changed files with 9 additions and 2 deletions

View File

@@ -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",