mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added mysqldump path to config schema
This commit is contained in:
parent
4b9cf142e1
commit
926d454cfd
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"mongoDumpPath": { "type": "string" },
|
"mongoDumpPath": { "type": "string" },
|
||||||
|
"mysqlDumpPath": { "type": "string"},
|
||||||
"backupIntervalHours": { "type": "integer" },
|
"backupIntervalHours": { "type": "integer" },
|
||||||
"keepLastDaysBackup": { "type": "integer" },
|
"keepLastDaysBackup": { "type": "integer" },
|
||||||
"zipPassword": { "type": "string" },
|
"zipPassword": { "type": "string" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue