From d50ad8e6deecc2bb1531123811e6122b67075af7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 6 Mar 2022 19:14:26 +0100 Subject: [PATCH] fix backup/restore --- scripts/backup | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/backup b/scripts/backup index 7ff261f..f3b6604 100644 --- a/scripts/backup +++ b/scripts/backup @@ -74,7 +74,7 @@ fi ynh_backup --src_path="/etc/influxdb" ynh_backup --src_path="/etc/$app" -ynh_backup --src_path="/var/lib/grafana/plugins" +ynh_backup --src_path="/var/lib/grafana/plugins" --not_mandatory #================================================= # BACKUP THE MYSQL DATABASE diff --git a/scripts/restore b/scripts/restore index 5aebe16..2477044 100644 --- a/scripts/restore +++ b/scripts/restore @@ -76,7 +76,7 @@ ynh_script_progression --message="Restoring various files..." --weight=2 ynh_restore_file --origin_path="/etc/influxdb" ynh_restore_file --origin_path="/etc/grafana" -ynh_restore_file --origin_path="/var/lib/grafana/plugins" +ynh_restore_file --origin_path="/var/lib/grafana/plugins" --not_mandatory #================================================= # RESTORE THE INFLUXDB DATABASE