I am installing influxdb2 version 2.7.1 under a docker container using rancher as UI.
It will be a brad new install, with no data from other versions.
I am using there environments and would like to know if there are others parameters that I need to add.
My main concern is about the Index.
DOCKER_INFLUXDB_INIT_MODE=
DOCKER_INFLUXDB_INIT_USERNAME=
DOCKER_INFLUXDB_INIT_PASSWORD=
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=
DOCKER_INFLUXDB_INIT_ORG=
DOCKER_INFLUXDB_INIT_BUCKET=
Is this one important ?
INFLUXD_INDEX_VERSION=inmem
is the right one to be used ?
Thank`s in advance.
Hello @Alemar,
I don’t think you need to worry about the index version.
You can use the default.
Usually people just use
org, bucket, and token in their env var.
1 Like