I thought I would just create a backup from the 2.0 beta version then restore that data into the 2.0 version.
Here are my steps:
- backup with command: influx backup -p myfolder -t mytoken
- copied myfolder to another computer
- on the new computer, restore with command: influx restore --full myfolder/
There’s a message “Error: No manifest files found in: backup/.”, and I don’t know what it means. I can’t find anything about a manifest file in influx backup | InfluxDB Cloud Documentation or influx restore | InfluxDB Cloud Documentation
Does anyone have any suggestions on how to move forward? Any help is appreciated. Thank you.