backup-utils
backup-utils copied to clipboard
GitHub Enterprise Backup Utilities
When looking at why our GHE backups were taking so long, I noticed that various operations are CPU constrained on gzip compression/decompression. For example, when dumping the MySQL database, I...
Hi, I encountered an issue where my restore failed due to insufficient disk space on the restore target. When running the restore on Linux an error like `rsync: writefd_unbuffered failed...
It'd be nice if this tool supported a liberation mode wherein the entirety of the repos stored in the backups could be made into a collection of bare repositories organized...
Originally requested in https://github.com/github/backup-utils/pull/96#issuecomment-100132031: > I'd like to make a feature request for overriding a single parameter when restoring: the hostname. The hostname is used to identify the instance within...
This will help to check how much time it took to complete the backup.
Adding timestamps and total duration into `bin/ghe-backup` and timestamps `share/github-backup-utils/bm.sh` Example of benchmark file log ``` 2022-09-19 15:30:33 - ghe-backup-store-version took 0s 2022-09-19 15:30:35 - ghe-backup-settings took 2s 2022-09-19 15:30:35...
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 5 to 6. Release notes Sourced from super-linter/super-linter's releases. v6.0.0 6.0.0 (2024-01-31) ⚠ BREAKING CHANGES deprecate error_on_missing_exec_bit (#5120) uninstall eslint-config-airbnb-typescript (#5077) validate configuration when using find (#5045)...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v6.0.0 Behaviour changes The default values for author and committer have changed. See "What's new"...
Bumps [peter-evans/close-fork-pulls](https://github.com/peter-evans/close-fork-pulls) from 2 to 3. Release notes Sourced from peter-evans/close-fork-pulls's releases. Close Fork Pulls v3.0.0 ⚙️ Updated runtime to Node.js 20 The action now requires a minimum version of...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....