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 option to migrate-repo command to indicate if it should wait for migration to finish or not #234

Closed
Tracked by #106
ArinGhazarian opened this issue Feb 9, 2022 · 0 comments · Fixed by #254
Assignees
Labels

Comments

@ArinGhazarian
Copy link
Collaborator

ArinGhazarian commented Feb 9, 2022

Description

In order to support parallel migrations, we need to change the default behavior of the migrate-repo command so that it does not wait for the migration to finish and just queues it up and prints the migration_id to stdout.
For the blocking (wait to finish) version, we need to introduce a new --wait flag to synchronously wait for the migration to finish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant