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

Feature Request: Properly support MoveTables cancel for multi-tenant migrations #16919

Open
mattlord opened this issue Oct 8, 2024 · 0 comments · May be fixed by #16906
Open

Feature Request: Properly support MoveTables cancel for multi-tenant migrations #16919

mattlord opened this issue Oct 8, 2024 · 0 comments · May be fixed by #16906

Comments

@mattlord
Copy link
Contributor

mattlord commented Oct 8, 2024

Feature Description

In #15503 we added experimental support for multi-tenant migrations using MoveTables. There's some WiP documentation here: vitessio/website#1796

Today you cannot cancel a multi-tenant migration because it will DROP that tables that were migrated — tables that most likely have data for tenants that have already been migrated. It would be nice if you could use cancel normally for these multi-tenant workflows and it would clean up only the workflow's tenant's data only.

Use Case(s)

Making multi-tenant migrations more standard and easier to use.

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

Successfully merging a pull request may close this issue.

1 participant