On running the influx backup on my local it is not working as expected. My Environment: InfluxDB version: v2.0.9 OS: Windows 11
I have installed InfluxDB(v2.0.9) on my local machine (Windows 11) and been using it. Whenever I am running the influx backup command it is throwing erros.
The Backup command I am using is
influx backup -b myDB -t <<my-token>> --host http://localhost:8086 -o myOrg bucket_backup.gz
The errors when I am getting on running the above command is
2023/01/27 15:53:58 INFO: Downloading legacy KV snapshot 2023/01/27 15:53:58 INFO: Extracting bucket manifest from legacy KV snapshot Error: failed to backup metadata: failed to extract bucket metadata from downloaded KV snapshot: unable to open boltdb: CreateFileMapping: Not enough memory resources are available to process this command.
Am I missing anything