File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed
share/github-backup-utils Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 113113
114114# backup-utils 2.13 onwards limits support to the current and previous two releases
115115# of GitHub Enterprise Server.
116- supported_minimum_version=" 2.18 .0"
116+ supported_minimum_version=" 2.19 .0"
117117
118118if [ " $( version $version ) " -ge " $( version $supported_minimum_version ) " ]; then
119119 supported=1
Original file line number Diff line number Diff line change 1+ github-backup-utils (2.21.0) UNRELEASED; urgency=medium
2+
3+ * Introduce option to skip restoring of audit logs #596
4+ * Beta: Execute ghe-backup tasks in parallel #597
5+ * Beta: Execute ghe-restore tasks in parallel #601
6+ * Run repositories restore in parallel #603
7+ * Fix mismatched `bm_start` and `bm_end` commands #607
8+ * remove rsync restore method used by GHES versions prior to 2.13 #608
9+ * Output MySQL backup strategy for clarity during backup and restore #610
10+
11+ -- Hao Jiang <
[email protected] > Tue, 09 Jun 2020 17:59:06 +0000
12+
113github-backup-utils (2.19.5) UNRELEASED; urgency=medium
214
315 * In legacy mode we should use ghe-import-mysql #581
Original file line number Diff line number Diff line change 66# place with this version at the beginning of each test and many commands have
77# conditional logic based on the remote version. Running the suite against
88# different major versions ensures we're covering these conditional paths.
9- REMOTE_VERSIONS=" 2.18 .0 2.20 .0"
9+ REMOTE_VERSIONS=" 2.19 .0 2.21 .0"
1010
1111# Enable verbose logging of ssh commands
1212export GHE_VERBOSE_SSH=true
Original file line number Diff line number Diff line change 1- 2.20.2
1+ 2.21.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
4242
4343# The default remote appliance version. This may be set in the environment prior
4444# to invoking tests to emulate a different remote vm version.
45- : ${GHE_TEST_REMOTE_VERSION:= 2.20 .0}
45+ : ${GHE_TEST_REMOTE_VERSION:= 2.21 .0}
4646export GHE_TEST_REMOTE_VERSION
4747
4848# 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