-
Notifications
You must be signed in to change notification settings - Fork 616
Update backup-utils for new features in 2.22 #641
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
Merged
Merged
Conversation
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
I'm pretty sure this will work in all cases where we need it, and cuts down on the forks and sshs giving us a free perf boost
We're failing in building the pkg and I can't tell why cos the wrong output is returned on failure.
We're hitting the 600s timeout on this testsuite now.
This reverts commit da9aae6.
We've run them already. It's a complete waste of time running them all again. It also leads to a timeout.
This reverts commit 7416480. Not needed as it didn't help us as the timeout was the cause.
…e-filter Add filtering to ghe-cluster-hostnames
Update from public repo
Sync with public repo
Remove indices created with ES 1.x in 2.14
Unify the backup & restore process
This is useful for version comparison.
Repair database logins after restore
Update shellcheck download url
Add Actions launch secrets to backup
Sync with public repo for 2.22 release
Co-authored-by: Hao Jiang <45571951+jianghao0718@users.noreply.github.com>
…b/backup-utils-private into ashishkeshan/add-wait-for-ha-proxy
Sync with public repo for 2.22.0 release
Sync with public repo for 2.22 release
cainejette
approved these changes
Sep 23, 2020
amildahl
pushed a commit
that referenced
this pull request
Nov 28, 2023
Update docs based on changes to rsync compression
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.
We included a few changes we developed in 2.22 (merged from a private repo)
This PR includes following features