I’m trying to restore a database in 1.5.2 which was previously backed up in 1.4.2…
Afterwards I can see the DB and the measurements, but no series. What I’m doing wrong?
Here are the backup commands in 1.4.2:
influxd backup ${TARGET_DIR}/meta
influxd backup -database openhab_db ${TARGET_DIR}/data
These are my restore commands in 1.5.2:
service influxdb stop
sudo influxd restore -metadir /var/lib/influxdb/meta ${TARGET_DIR}/meta
sudo influxd restore -database openhab_db -datadir /var/lib/influxdb/data ${TARGET_DIR}/data
service influxdb start