Closed jmcomby closed 4 years ago
Steps to reproduce: List the minimal actions needed to reproduce the behavior.
version: '2'
services: influxdb2: image: quay.io/influxdb/influxdb:2.0.0-rc restart: always container_name: influxdb2 ports:
2. Create a bucket and add data 3. Run bash: `docker exec -it influxdb /bin/bash` 4. Try to delete: `influx delete -o my-org --bucket my-bucket -t token --start '1970-01-01T00:00:00.00Z' --stop '2020-10-27T13:01:00.43Z'`
Expected behavior: No error (Working on influxdb 2.0 beta)
Actual behavior: Error: Failed to delete data: Not implemented. See 'influx delete -h' for help
Environment info:
Config: Default config from docker image.
Thank you! this is expected. please follow: https://github.com/influxdata/influxdb/issues/19635 for resolution.
Steps to reproduce: List the minimal actions needed to reproduce the behavior.
services: influxdb2: image: quay.io/influxdb/influxdb:2.0.0-rc restart: always container_name: influxdb2 ports:
Expected behavior: No error (Working on influxdb 2.0 beta)
Actual behavior: Error: Failed to delete data: Not implemented. See 'influx delete -h' for help
Environment info:
Config: Default config from docker image.