We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When defining INFLUXDB_DB the CREATE DATABASE query fails, because the database name isn't properly quoted.
INFLUXDB_DB
CREATE DATABASE
The text was updated successfully, but these errors were encountered:
quote database name in init script when creating database
db67b02
Fixes influxdata#404
Hi, what version were you using. Using 1.8 of InfluxDB I do not receive any errors creating the database using the environment variable $INFLUXDB_DB.
$INFLUXDB_DB
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When defining
INFLUXDB_DB
theCREATE DATABASE
query fails, because the database name isn't properly quoted.The text was updated successfully, but these errors were encountered: