I am trying to backup and restore databases and the data inside from one remote host to another. I was successful in getting the databases into other host (through meta data transfer). However, I am having issues getting the data from the databases into the new host.
I followed the InfluxDB website guidelines for backup and restore and am facing this error when trying to restore data.
restore: -metadir or -destinationDatabase are required to restore
Does anyone know how to get around this issue? thanks!