-
Notifications
You must be signed in to change notification settings - Fork 2.2k
go/{vt,flags}: register builtin backup flags with vtbackup #12558
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
go/{vt,flags}: register builtin backup flags with vtbackup #12558
Conversation
Signed-off-by: Max Englander <max@planetscale.com>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
If a new flag is being introduced:
If a workflow is added or modified:
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Do we need to back port this to 16? (I'm guessing no versions older than that since this wasn't added until after v15, is that correct?
@ajm188 ah I didn't think of that! But no backport needed if I understand how everything works, this is as yet unreleased, currently scheduled for v17. |
Ah i assumed that #12073 had been merged in time for v16 but i guess not. no back port needed, then |
website docs should be updated at https://vitess.io/docs/17.0/reference/programs/vtbackup/ |
@deepthi whoops that should have occurred to me. Added. |
Description
#12073 added support for backup read IO buffering but did not make the new flags available to the
vtbackup
binary. This PR enables that part.Related Issue(s)
#12069
Checklist
Deployment Notes