-
__Steps to reproduce:__
1. Setup Influxdb 2.0 Beta 6 instance (with some data)
2. Update to Beta 13 (by replacing binaries)
3. Try making a backup with root token
__Expected behavior:__
Having …
-
__Steps to reproduce:__
List the minimal actions needed to reproduce the behavior.
1. `docker run ... quay.io/influxdb/influxdb:2.0.0-beta`
2. `docker exec -it influxdbv2 bash`
3. `time influx…
-
Hi, maybe I'm looking in the wrong place, but are there any docs on the client? Besides the examples, I cannot find any spec of SDK docs on this client. Kinda makes working with it impossible / very h…
-
Need to update Goreleaser configuration file:
```
nfpms:
- id: "influxdata"
builds: ["influx", "influxd"]
formats:
- deb
- rpm
```
gshif updated
4 years ago
-
When will charts be upgraded to influx 2?
Does [image upgrade](https://github.com/influxdata/helm-charts/blob/master/charts/influxdb/values.yaml#L5) to 2 work or will new chart be created?
-
as of now you can configure the `influx` cli with either `INFLUX_HOST` and `INFLUX_TOKEN` or the token setup in `~/.influxdbv2/credentials` and this is a good starting point.
But soon will rise the…
-
__Steps to reproduce:__
1. Create buckets under version prior to v2.0.0 beta 6 (preferably beta4 or beta5)
2. upgrade to beta 6
3. Log in and navigate to "Load data" > "buckets" (http:...:9999/or…
-
__Steps to reproduce:__
1. `wget https://dl.influxdata.com/influxdb/releases/influxdb_2.0.0-beta.2_linux_amd64.tar.gz`
2. `tar xvfz influxdb_2.0.0-beta.2_linux_amd64.tar.gz`
3. `cp influxdb_2.0.0…
-
The NATS server gets started on the same port in multiple tests from different packages so Go will run the tests concurrently. This does not appear to happen on the CI server, but happens locally when…
-
__Steps to reproduce:__
Following instructions in https://v2.docs.influxdata.com/v2.0/reference/cli/influx/#usage, I set the token in my config file.
I get an error when trying to use it.
…