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

Parallel migration support #208

Open
xiaoyao9184 opened this issue Nov 26, 2023 · 1 comment
Open

Parallel migration support #208

xiaoyao9184 opened this issue Nov 26, 2023 · 1 comment

Comments

@xiaoyao9184
Copy link
Contributor

Since the migration process is divided into start and complete,
the migration process may need weeks or months, or not run complete forever.

Then it is very likely that the previous migration was not completed and the next migration was started.
I have tried do that with examples, but failed.

Failed to start migration: a migration for schema "public" is already in progress

I know this will be complicated, like git branching, but I think it will be very useful.

@HoodieCollin
Copy link

I agree that this would be very useful. My team works on multiple features in parallel during a development cycle. With multiple in-progress migrations support, we could have all these features coexist in our staging Env without having to worry about coordinating while developing.

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

No branches or pull requests

2 participants