Skip to content

Commit de91373

Browse files
authored
Merge branch 'enterprise-3.8-release' into enterprise-3.8-backport-528-suppress-secret-scanning-encrypted-secrets-warning
2 parents 9f9f918 + 6ece264 commit de91373

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

debian/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
github-backup-utils (3.8.2) UNRELEASED; urgency=medium
2+
3+
* Use calculated routes when backing up storage data from a cluster #318
4+
* Move check for git for ssh muxing into ghe-ssh #378
5+
* Improve multi-platform detection of simultaneous ghe-backup runs #435
6+
7+
-- Devin Dooley <[email protected]> Wed, 16 Aug 2023 23:13:39 +0000
8+
9+
github-backup-utils (3.8.1) UNRELEASED; urgency=medium
10+
11+
* Backup and restore custom CA certificates #281
12+
* Switch to TMPDIR before initiating SSH multiplexing workaround to prevent locking the destination filesystem #348
13+
* Remove check for git from ghe-ssh #393
14+
* Optimise hookshot and audit log backups and restores and MySQL restores #413
15+
* Add missing dependencies to debian packaging #418
16+
* Restoring to an un-configured appliance fails due to a missing license file #449
17+
18+
-- Devin Dooley <[email protected]> Wed, 26 Jul 2023 01:30:01 +0000
19+
120
github-backup-utils (3.8.0) focal; urgency=medium
221

322
-- Daniel Johnson <[email protected]> Tue, 07 Feb 2023 21:43:26 +0000

docs/requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ storage and must have network connectivity with the GitHub Enterprise Server app
55

66
## Backup host requirements
77

8-
Backup host software requirements are modest: Linux or other modern Unix operating
9-
system (Ubuntu is highly recommended) with [bash][1], [git][2], [OpenSSH][3] 5.6 or newer, [rsync][4] v2.6.4 or newer, and [jq][11] v1.5 or newer.
8+
Backup host software requirements are modest: Linux or other modern Unix operating system (Ubuntu is highly recommended) with [bash][1], [git][2], [OpenSSH][3] 5.6 or newer, [rsync][4] v2.6.4 or newer* (see [below](#april-2023-update-of-rsync-requirements) for exceptions), [jq][11] v1.5 or newer, and [bc][12] v1.07 or newer.
109

1110
The parallel backup and restore feature will require [GNU awk][10] and [moreutils][9] to be installed.
1211

@@ -79,3 +78,4 @@ Due to how some components of Backup Utilities (e.g. MSSQL) take incremental bac
7978
[9]: https://joeyh.name/code/moreutils
8079
[10]: https://www.gnu.org/software/gawk
8180
[11]: https://stedolan.github.io/jq/
81+
[12]: https://www.gnu.org/software/bc/

share/github-backup-utils/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.0
1+
3.8.2

0 commit comments

Comments
 (0)