influxdata / influxdb

Scalable datastore for metrics, events, and real-time analytics
https://influxdata.com
Apache License 2.0
28.94k stars 3.55k forks source link

InfluxDB 2.0.0-rc. Delete not implemented #19842

Closed jmcomby closed 4 years ago

jmcomby commented 4 years ago

Steps to reproduce: List the minimal actions needed to reproduce the behavior.

  1. Download the lastest rc version. docker-compose.yml
    
    version: '2'

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.

russorat commented 4 years ago

Thank you! this is expected. please follow: https://github.com/influxdata/influxdb/issues/19635 for resolution.