docs: Document context-scoped bulk migration operations#2126
Draft
promptless[bot] wants to merge 2 commits into
Draft
docs: Document context-scoped bulk migration operations#2126promptless[bot] wants to merge 2 commits into
promptless[bot] wants to merge 2 commits into
Conversation
Add documentation for the new context-scoped bulk migration operations introduced in vitessio/vitess#20147. Previously only CANCEL CONTEXT was documented; this adds the full set: - LAUNCH CONTEXT - COMPLETE CONTEXT - POSTPONE COMPLETE CONTEXT - FORCE_CUTOVER CONTEXT - CLEANUP CONTEXT - THROTTLE/UNTHROTTLE CONTEXT Each operation affects only migrations belonging to the given migration context, leaving unrelated contexts untouched.
|
|
||
| ```sql | ||
| mysql> alter vitess_migration launch context 'vtctl:c91857d2-6b50-11ee-808b-0a43f95f28a3'; | ||
| Query OK, 2 rows affected (0.02 sec) |
Contributor
Author
There was a problem hiding this comment.
Added LAUNCH CONTEXT section based on PR #20147 which extends the ALTER VITESS_MIGRATION ... CONTEXT 'ctx' pattern to all bulk migration operations.
Source: vitessio/vitess#20147
✅ Deploy Preview for vitess ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open this suggestion in Promptless to view citations and reasoning process
Adds documentation for all new context-scoped bulk migration operations: LAUNCH, COMPLETE, POSTPONE COMPLETE, FORCE_CUTOVER, CLEANUP, and THROTTLE/UNTHROTTLE CONTEXT. These operations affect only migrations in the specified context.
Trigger Events
Tip: Adjust how proactive or focused Promptless is in Agent Settings ⚙️