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

Add an easy way to run data migrations for the DB #688

Open
olevski opened this issue Mar 2, 2025 · 0 comments
Open

Add an easy way to run data migrations for the DB #688

olevski opened this issue Mar 2, 2025 · 0 comments

Comments

@olevski
Copy link
Member

olevski commented Mar 2, 2025

Currently we have a cron job where we run some migrations like this. But the problem is that these keep running over and over rather than just once.

And these migrations cannot run in the regular alembic DB migrations at startup because the startup would take too long and it would time out. Then the server gets into a restart loop and cannot start.

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

1 participant