From 926d454cfd71c13282e0b45b439b77f747264d32 Mon Sep 17 00:00:00 2001 From: Noah Zalev Date: Sat, 10 Apr 2021 18:21:44 -0400 Subject: [PATCH] Added mysqldump path to config schema --- meshcentral-config-schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 329689a0..6267e9c5 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -141,6 +141,7 @@ "type": "object", "properties": { "mongoDumpPath": { "type": "string" }, + "mysqlDumpPath": { "type": "string"}, "backupIntervalHours": { "type": "integer" }, "keepLastDaysBackup": { "type": "integer" }, "zipPassword": { "type": "string" },