Closed FeiYing9 closed 1 year ago
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Hello @FeiYing9,
Thank you very much for your contribution. I have created a task internally to review this error. We currently have a lot on our plate. For this reason, we will notify you in this same issue when the error has been solved.
Hi @FeiYing9,
Unfortunately, InfluxDB 2.x does not support creating databases. Instead, databases have been replaced by buckets. You can create a bucket by following this guide.
A similar command to create a bucket based on your database creation statement could look like this:
$ influx bucket create -n console --org-id <your_org_id> --shard-group-duration 168h -t <your_token>
Removing the unsupported customization, your customization file should resemble the following:
image:
debug: true
architecture: high-availability
auth:
admin:
username: admin
password: adminpassword
user:
username: influx
password: influxpassword
persistence:
enabled: true
size: 8Gi
Note that for current versions, the InfluxDB UI has changed. You can now find and generate tokens from a different menu:
Please, let us know if that answers your issue. Thank you.
thanks a lot, that's the answers
Name and Version
bitnami/infludb 4.0.12
What steps will reproduce the bug?
Are you using any custom parameters or values?
my extra custom values like this:
What do you see instead?
Additional information
the exec commands like this: