Skip to content

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

Closed
@innomatica

Description

@innomatica

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions