influxdata / influx-cli

CLI for managing resources in InfluxDB v2
MIT License
61 stars 23 forks source link

`influx replication delete` does not recognize the ID of the created replication stream and hence doe not delete it #426

Closed shantanoo-desai closed 1 year ago

shantanoo-desai commented 1 year ago

Description

I am currently running some simple EDR (Edge Data Replication) tests on some industrial hardware and I am unable to delete a previously create replication stream

Environment

Problem reproduction

I am trying to replicate a simple bucket (where data for the CPU of the machine is stored in a bucket called data). The data is to be replicated from one industrial machine to another (both identical)

  1. add a remote machine information using:

     influx remote create --name=mach2 --remote-url=http://192.30.4.108:8086 --remote-api-token=customAdminToken --remote-org-id=600acd40df42bc62
  2. Create a one-to-one replication stream using:
jeffreyssmith2nd commented 1 year ago

Looks like #427 is the completed version of this, closing in favor of that issue.