docker-library/docs

[InfluxDB] manual setup won't work without --force flag in recent versions

innomatica opened this issue · 1 comments

Manual setup command yields following error in version 2.6.1

Error: Setup was canceled

To prevent the error you need to include --force flag

$ docker exec influxdb2 influx setup \
      --username $USERNAME \
      --password $PASSWORD \
      --org $ORGANIZATION \
      --bucket $BUCKET \
      --force

cc influxdb maintainers: @bnpfeife @jeffreyssmith2nd