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

Use postgres as the default setup db #1058

Merged
merged 1 commit into from
Aug 25, 2024
Merged

Use postgres as the default setup db #1058

merged 1 commit into from
Aug 25, 2024

Conversation

jwoertink
Copy link
Member

Fixes #1056

When you setup a postgres server, 99.9% of the time the postgres db will exist. Made this a configurable option. As an alternative, you could use template0 or template1 to connect before any other DB is setup.

@jwoertink jwoertink merged commit f48db0d into main Aug 25, 2024
9 checks passed
@jwoertink jwoertink deleted the issues/1056 branch August 25, 2024 22:09
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 this pull request may close these issues.

Use postgres as the default DB you connect to for db.create and db.drop tasks
1 participant