Skip to content

Add --create-db flag to auto-start command#30

Closed
adityathebe wants to merge 1 commit intomainfrom
feat/auto-create-database
Closed

Add --create-db flag to auto-start command#30
adityathebe wants to merge 1 commit intomainfrom
feat/auto-create-database

Conversation

@adityathebe
Copy link
Member

Summary

Adds support for automatically creating a custom database during PostgreSQL initialization via the --create-db flag or POSTGRES_DB environment variable.

The flag defaults to the POSTGRES_DB environment variable and skips creation if the value is postgres or empty.

Adds support for automatically creating a custom database during
PostgreSQL initialization via the --create-db flag or POSTGRES_DB
environment variable.
@adityathebe adityathebe marked this pull request as draft November 6, 2025 16:13
@adityathebe
Copy link
Member Author

Done via initdb

@adityathebe adityathebe deleted the feat/auto-create-database branch November 12, 2025 10:27
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.

1 participant

Comments