Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/ghe-host-check
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ fi

# backup-utils 2.13 onwards limits support to the current and previous two releases
# of GitHub Enterprise Server.
supported_minimum_version="3.6.0"
supported_minimum_version="3.7.0"

if [ "$(version $version)" -ge "$(version $supported_minimum_version)" ]; then
supported=1
Expand Down
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
github-backup-utils (3.9.0) UNRELEASED; urgency=medium

* Set restore status on all cluster nodes #274
* Fix pages backups and restores in GitHub Enterprise 11.10 #275
* Backup and restore custom CA certificates #281
* Set the benchmark file path consistently #283
* Suppress dd output noise #289
* Track completeness of Elasticsearch JSON dumps #298
* Use existing Elasticsearch indices to speed up transfer during a restore #310
* Include the user data directory in the benchmark name #311
* Use calculated routes when backing up storage data from a cluster #318
* Refresh the existing indices when restoring Elasticsearch indices to cluster #328
* Use git to generate short name for SSH multiplex control path #335

-- Junior Eluhu <jeluhu@github.com> Mon, 12 Jun 2023 20:46:10 +0000

github-backup-utils (3.8.0) focal; urgency=medium

-- Daniel Johnson <wirecat@github.com> Tue, 07 Feb 2023 21:43:26 +0000
Expand Down
2 changes: 1 addition & 1 deletion share/github-backup-utils/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.0
3.9.0
2 changes: 1 addition & 1 deletion test/testlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export GHE_BACKUP_CONFIG GHE_DATA_DIR GHE_REMOTE_DATA_DIR GHE_REMOTE_ROOT_DIR

# The default remote appliance version. This may be set in the environment prior
# to invoking tests to emulate a different remote vm version.
: ${GHE_TEST_REMOTE_VERSION:=3.8.0.rc1}
: ${GHE_TEST_REMOTE_VERSION:=3.9.0.rc1}
export GHE_TEST_REMOTE_VERSION

# Source in the backup config and set GHE_REMOTE_XXX variables based on the
Expand Down