You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're provisioning (in some of our environments) influxdb using Puppet, that means creating databases and users, etc. It would help a lot if we could conditionally create databases, rather than listing, grep'ing, and trying to guess if the database already exists on subsequent Puppet runs to avoid errors such as:
==> e2e: Error: /opt/influxdb/influx -execute "CREATE DATABASE metrics"
returned 1 instead of one of [0]
==> e2e: Error: /Stage[main]/Influxdb/Exec[/opt/influxdb/influx -execute
"CREATE DATABASE metrics"]/returns: change from notrun to 0 failed:
/opt/influxdb/influx -execute "CREATE DATABASE metrics" returned 1 instead of
one of [0]
The text was updated successfully, but these errors were encountered:
We're provisioning (in some of our environments) influxdb using Puppet, that means creating databases and users, etc. It would help a lot if we could conditionally create databases, rather than listing, grep'ing, and trying to guess if the database already exists on subsequent Puppet runs to avoid errors such as:
The text was updated successfully, but these errors were encountered: