File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
share/github-backup-utils Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 131131
132132# backup-utils 2.13 onwards limits support to the current and previous two releases
133133# of GitHub Enterprise Server.
134- supported_minimum_version=" 3.2 .0"
134+ supported_minimum_version=" 3.3 .0"
135135
136136if [ " $( version $version ) " -ge " $( version $supported_minimum_version ) " ]; then
137137 supported=1
Original file line number Diff line number Diff line change 1+ github-backup-utils (3.5.0) UNRELEASED; urgency=medium
2+
3+ * Simplify complex redirects for ghe-rsync #881
4+ * On restore failure, restart cron on target host #883
5+
6+ -- Bon Sohi<
[email protected] > Thu, 12 May 2022 21:06:56 +0000
7+
18github-backup-utils (3.4.1) UNRELEASED; urgency=medium
29
310 * Simplify complex redirects for ghe-rsync #881
Original file line number Diff line number Diff line change 1- 3.4.1
1+ 3.5.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:= 3.4 .0.rc1}
45+ : ${GHE_TEST_REMOTE_VERSION:= 3.5 .0.rc1}
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