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

feat(db): remove auto-migrate from server startup #52

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

argl
Copy link
Contributor

@argl argl commented Jul 26, 2024

Description

Removes auto-migration from server startup. Use the npm task to migrate.

Motivation

Since heavy migrations running for some time, the current deployment would start a number of concurrent migrations, while running old code at the same time. This would incur disruption and possibly downtime on deployment.

Additional details

(MP-1381)

@argl argl marked this pull request as ready for review July 26, 2024 10:14
@argl argl requested a review from a team as a code owner July 26, 2024 10:14
@argl argl merged commit d43d626 into main Jul 26, 2024
5 checks passed
@argl argl deleted the MP-1381-remove-auto-migrate branch July 26, 2024 10:18
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