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
InfluxDB > 0.13 will no longer parse 'IF NOT EXISTS' (and is currently ignoring it) - (influxdata/influxdb#5707).
This affects the Telegraf InfluxDB plugin (
telegraf/plugins/outputs/influxdb/influxdb.go
Line 150 in 204ebf6
The text was updated successfully, but these errors were encountered:
👍 in log on influxdb 0.13 WARNING: IF NOT EXISTS is deprecated as of v0.13.0 and will be removed in v1.0
WARNING: IF NOT EXISTS is deprecated as of v0.13.0 and will be removed in v1.0
Sorry, something went wrong.
change log influxdata#1370
830cb6a
#1409 I delete create database reference in plugins/output/influxdb
Closing, the IF NOT EXISTS part is no longer in the current influxdb output.
IF NOT EXISTS
No branches or pull requests
InfluxDB > 0.13 will no longer parse 'IF NOT EXISTS' (and is currently ignoring it) - (influxdata/influxdb#5707).
This affects the Telegraf InfluxDB plugin (
telegraf/plugins/outputs/influxdb/influxdb.go
Line 150 in 204ebf6
The text was updated successfully, but these errors were encountered: