Release 2.20.0 - #565
Closed
thejandroman wants to merge 36 commits into
Closed
Conversation
…rt-mysql-mysqldump
Use sentinel file to identify type of mysql backup
Make sure the absence of audit_entries table is not fatal
…g '-gitbackups' variant
… but is missing required script to do so
update wording Co-Authored-By: Caine Jette <[email protected]>
Add support for backing up repositories via gitbackups
Allow specifying base branch for release script
Add `ghe-` prefix to repository backup script
Bump version: 2.20.0
Revert "Bump version: 2.20.0"
Bump version: 2.20.0
Revert "Bump version: 2.20.0"
Contributor
Author
|
/cc @github/ghes-infrastructure for merge conflict resolution. |
thejandroman
commented
Feb 13, 2020
| # backup-utils 2.13 onwards limits support to the current and previous two releases | ||
| # of GitHub Enterprise Server. | ||
| supported_minimum_version="2.17.0" | ||
| supported_minimum_version="2.18.0" |
Contributor
Author
There was a problem hiding this comment.
Should this be 2.20?
Member
There was a problem hiding this comment.
Nope. We support N-2 releases like we do for GHES upgrades as we need to support migrations.
Contributor
Author
|
@github/ghes-infrastructure can you approve this PR for merging if it is correct? Possibly related to #543 and https://github.com/github/backup-utils/issues/568. |
Contributor
|
|
rashamalek
added a commit
to zalando/ghe-backup
that referenced
this pull request
Mar 6, 2020
use backup-utils master branch instead of stable as its not merged into stable on backup-utils related to github/backup-utils#565
dooleydevin
added a commit
that referenced
this pull request
Oct 2, 2023
…he-unsupported-version-test Backport 545 for 3.8: Fix GHE unsupported version check
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.
@Faisal78123 brought up that 2.20.0 is not present in stable. This PR brings in the
release-2.20.0branch from #564 to stable.