-
Notifications
You must be signed in to change notification settings - Fork 2
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
Backport select backup engine in Backup() and ignore engines in RestoreFromBackup() #542
Conversation
…kup() (vitessio#16428) Signed-off-by: Renan Rangel <rrangel@slack-corp.com> Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> Signed-off-by: 'Renan Rangel' <rrangel@slack-corp.com>
Signed-off-by: 'Renan Rangel' <rrangel@slack-corp.com>
Signed-off-by: 'Renan Rangel' <rrangel@slack-corp.com>
Signed-off-by: 'Renan Rangel' <rrangel@slack-corp.com>
// localCluster.DisableVTOrcRecoveries(t) | ||
// defer func() { | ||
// localCluster.EnableVTOrcRecoveries(t) | ||
// }() |
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.
these do not exist in v15 yet, but leaving it here for context of the reviewer
// localCluster.DisableVTOrcRecoveries(t) | ||
// defer func() { | ||
// localCluster.EnableVTOrcRecoveries(t) | ||
// }() |
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.
same here
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. The commented-out test logic for vtorc stuff are not a concern, we run v19 vtorc
Signed-off-by: 'Renan Rangel' <rrangel@slack-corp.com>
Description
This backports vitessio#16428
Related Issue(s)
Checklist
Deployment Notes