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

Separate commands to init/migrate DB, create superuser, install packages #57

Open
wardi opened this issue May 2, 2024 · 0 comments
Open
Assignees

Comments

@wardi
Copy link
Contributor

wardi commented May 2, 2024

Our startup script tries to install all packages found (in dev), initialize the DB and create a superuser on every startup. This is slow and mostly unnecessary.

These are things we only need to do once in prod and occasionally in dev. Let's provide an install script and document commands to do these tasks instead of running them automatically every time.

@wardi wardi self-assigned this May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant