Error porting data from influx 2 beta to influx 2

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:

  1. backup with command: influx backup -p myfolder -t mytoken
  2. copied myfolder to another computer
  3. 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.