Hi all,
I hope you can help me out as I can not restore a backed up database and a great deal of my measurements are gone with the wind
I had Influxdb Version ~1.0 on a old PC. I created a backup by this commands:
$backup -database mydb ./bkp
Then the content of this bkp folder are now:
βββ meta.00
βββ mydb.autogen.00110.00
βββ mydb.autogen.00118.00
Then on a new PC with fresh install of influxdb v1.5 I restored this database:
$influxd restore -database mydb -datadir /var/lib/influxdb/data ./bkp/
The problem:
I can only see measurements for the last ~24 hours of the measurementβ¦while I had almost 3 weeks of measurements.
Can you please tell me what could have gone wrong? The backup folder is 19MB in size and I think the data should be there but why I can not see the data?