Skip to content
New issue

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

Deprecated use of 'DROP DATABASE foo' in a read only context, please use a POST request instead #234

Open
cantino opened this issue Nov 11, 2019 · 1 comment

Comments

@cantino
Copy link
Contributor

cantino commented Nov 11, 2019

INFLUX.create_database("foo").body
 => "{\"results\":[{\"statement_id\":0,\"messages\":[{\"level\":\"warning\",\"text\":\"deprecated use of 'CREATE DATABASE foo' in a read only context, please use a POST request instead\"}]}]}\n"

INFLUX.delete_database("foo").body
 => "{\"results\":[{\"statement_id\":0,\"messages\":[{\"level\":\"warning\",\"text\":\"deprecated use of 'DROP DATABASE foo' in a read only context, please use a POST request instead\"}]}]}\n"
@miketwo
Copy link

miketwo commented Dec 2, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants