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

Unable to check connection before creating DB #398

Closed
jwoertink opened this issue Jun 22, 2020 · 0 comments · Fixed by #397
Closed

Unable to check connection before creating DB #398

jwoertink opened this issue Jun 22, 2020 · 0 comments · Fixed by #397

Comments

@jwoertink
Copy link
Member

If you run the lucky db.verify_connection task before running db.create it will fail because the database doesn't exist. If you run it after the db.create, it's completely redundant because you just made a successful connection. Unless you run create, change your connection settings, then run verify_connection 🤔 lol...

We should have a way to verify the connection to the postgres engine itself before running create

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

Successfully merging a pull request may close this issue.

1 participant