From 1157a237d691273eebc30b668cba8c80df504031 Mon Sep 17 00:00:00 2001 From: BrunoSpy Date: Mon, 17 Apr 2023 12:24:26 +0200 Subject: [PATCH] Use portable format and restore all databases --- scripts/restore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/restore b/scripts/restore index fdc5091..01a6258 100644 --- a/scripts/restore +++ b/scripts/restore @@ -93,10 +93,7 @@ ynh_script_progression --message="Restoring the InfluxDB database..." --weight=1 # That happens when passing automated tests (NetData not present) ynh_systemd_action --service_name=influxdb --action="stop" if [ "$(ls -A ./influxdb_data)" ] ; then - influxd restore -metadir /var/lib/influxdb/meta ./influxdb_data - if [ "$(ls -A ./influxdb_data/opentsdb*)" ] ; then - influxd restore -database opentsdb -datadir /var/lib/influxdb/data ./influxdb_data - fi + influxd restore -portable ./influxdb_data fi #=================================================