Hello, I am using influxdb2-2.7.10-1 on Linux. I am trying to restart from scratch and delete all old data in the buckets. For one of them I am unable to do it. The command:
influx delete --bucket bucketName --start 1970-01-01T00:00:00Z --stop $(date +"%Y-%m-%dT%H:%M:%SZ")
returns:
Error: failed to delete data: Post "http://...: EOF
Any idea how could I remove all the data in a clean way?