Skip to content

Commit 676e07a

Browse files
Update influxdb setup instructions (#2281)
1 parent 8f42f3e commit 676e07a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

influxdb/content.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ $ docker exec influxdb2 influx setup \
9292
--username $USERNAME \
9393
--password $PASSWORD \
9494
--org $ORGANIZATION \
95-
--bucket $BUCKET
95+
--bucket $BUCKET \
96+
--force
9697
```
9798

9899
Running setup from within the container will cause CLI configs to be written to `/etc/influxdb2/influx-configs`. You can then use the `influx` CLI from within the container to extract the generated admin token:

0 commit comments

Comments
 (0)