Thanks to visit codestin.com
Credit goes to github.com

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
7 changes: 0 additions & 7 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
github-backup-utils (2.20.0) UNRELEASED; urgency=medium

* Fix `ghe-backup-repositories` performance for large instances #541
* Fix two issues with binary backup (slow gzip compression and support for restore from instances other than SQL master) #551

-- Alejandro Figueroa <[email protected]> Tue, 11 Feb 2020 20:06:40 +0000

github-backup-utils (2.19.1) UNRELEASED; urgency=medium

* Cater for more explicit gist paths used in routes file #524
Expand Down
2 changes: 1 addition & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
# place with this version at the beginning of each test and many commands have
# conditional logic based on the remote version. Running the suite against
# different major versions ensures we're covering these conditional paths.
REMOTE_VERSIONS="2.17.0 2.20.0"
REMOTE_VERSIONS="2.17.0 2.19.0"

# Enable verbose logging of ssh commands
export GHE_VERBOSE_SSH=true
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 @@
2.20.0
2.19.1
2 changes: 1 addition & 1 deletion test/testlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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:=2.20.0}
: ${GHE_TEST_REMOTE_VERSION:=2.19.0}
export GHE_TEST_REMOTE_VERSION

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