WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 7588ef9

Browse files
release-controller[bot]release-controller[bot]
authored andcommitted
3.19.0 release
1 parent e43df4a commit 7588ef9

File tree

4 files changed

+2
-48
lines changed

4 files changed

+2
-48
lines changed

docs/backup.config-example

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ GHE_NUM_SNAPSHOTS=10
2121
# Instead, ghe-prune-snapshots will need to be invoked separately via cron
2222
#GHE_PRUNING_SCHEDULED=yes
2323

24-
# If --incremental is used to generate incremental MySQL backups with ghe-backup,
25-
# then you need to specify how many cycles of full and incremental backups will be
26-
# performed before the next full backup is created.
27-
# For example, if `GHE_INCREMENTAL_BACKUP_MAX` is set to 14, backup-utils will
28-
# run 1 full backup and then 13 incremental backups before performing another full backup on the next cycle.
29-
#GHE_INCREMENTAL_MAX_BACKUPS=14
30-
3124
# If GHE_ROUTE_VERIFICATION is set to true then ghe-repository-backup and
3225
# ghe-storage-backup will issue a warning if the repositories and objects in
3326
# the backup do not match the pre-backup inventory of routes.

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
3838
[1]: https://github.com/github/backup-utils/releases
3939
[2]: https://github.com/github/backup-utils/releases/tag/v2.11.4
40-
[3]: https://github.com/github/enterprise-backup-site/blob/master/docs/backup.config-example
40+
[3]: https://github.com/github/backup-utils/blob/master/docs/backup.config-example
4141
[4]: https://docs.github.com/enterprise-server/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh

docs/incremental-mysql-backups-and-restores.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

docs/usage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ Please refer to [GHES Documentation](https://docs.github.com/en/enterprise-serve
112112

113113
## Incremental MySQL Backups and Restores
114114

115-
If you are interested in performing incremental backups of the MySQL data in your GitHub Enterprise Server instance, see [Incremental MySQL Backups and Restores](incremental-mysql-backups-and-restores.md) for details.
116-
115+
Incremental MySQL backup has been deprecated since 3.17 due to data integrity concerns. Restoring backups created with incremental backups remains supported for compatibility reasons.
117116
## Rsync compression
118117

119118
From backup-utils v3.11.0 onwards, we have disabled rsync compression by default to improve transfer speed and reduce CPU usage during the transfer process.

0 commit comments

Comments
 (0)