File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
share/github-backup-utils Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 113
113
114
114
# backup-utils 2.13 onwards limits support to the current and previous two releases
115
115
# of GitHub Enterprise Server.
116
- supported_minimum_version=" 2.17 .0"
116
+ supported_minimum_version=" 2.18 .0"
117
117
118
118
if [ " $( version $version ) " -ge " $( version $supported_minimum_version ) " ]; then
119
119
supported=1
Original file line number Diff line number Diff line change
1
+ github-backup-utils (2.20.0) UNRELEASED; urgency=medium
2
+
3
+ * Fix `ghe-backup-repositories` performance for large instances #541
4
+ * Fix two issues with binary backup (slow gzip compression and support for restore from instances other than SQL master) #551
5
+
6
+ -- Alejandro Figueroa <
[email protected] > Tue, 11 Feb 2020 20:47:17 +0000
7
+
1
8
github-backup-utils (2.19.1) UNRELEASED; urgency=medium
2
9
3
10
* Cater for more explicit gist paths used in routes file #524
Original file line number Diff line number Diff line change 6
6
# place with this version at the beginning of each test and many commands have
7
7
# conditional logic based on the remote version. Running the suite against
8
8
# different major versions ensures we're covering these conditional paths.
9
- REMOTE_VERSIONS=" 2.17 .0 2.19 .0"
9
+ REMOTE_VERSIONS=" 2.18 .0 2.20 .0"
10
10
11
11
# Enable verbose logging of ssh commands
12
12
export GHE_VERBOSE_SSH=true
Original file line number Diff line number Diff line change 1
- 2.19.1
1
+ 2.20.0
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export GHE_BACKUP_CONFIG GHE_DATA_DIR GHE_REMOTE_DATA_DIR GHE_REMOTE_ROOT_DIR
42
42
43
43
# The default remote appliance version. This may be set in the environment prior
44
44
# to invoking tests to emulate a different remote vm version.
45
- : ${GHE_TEST_REMOTE_VERSION:= 2.19 .0}
45
+ : ${GHE_TEST_REMOTE_VERSION:= 2.20 .0}
46
46
export GHE_TEST_REMOTE_VERSION
47
47
48
48
# Source in the backup config and set GHE_REMOTE_XXX variables based on the
You can’t perform that action at this time.
0 commit comments