Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Document disabling of GC operations/maintenance queue #440
Comments
Just to clarify, we only pause these during the repositories stage of a backup and restore, and the storage stage of a backup, not the entire backup and restore process. Specifically, the following scripts make use of
|
|
Friendly bump |
Overview
The question of whether backup-utils stops maintenance/GC operations on GHE comes up frequently, often the easiest way to confirm this, is to look at the self-documenting code + comments:
backup-utils/share/github-backup-utils/ghe-backup-config
Lines 186 to 187 in 6136922
backup-utils/share/github-backup-utils/ghe-gc-disable
Lines 35 to 39 in 6136922
Problem
Viewing the code to determine the application behaviour isn't efficient.
Solution
Document the fact maintenance/GC operations are paused when backup-utils is running. Preferably in the FAQ: https://github.com/github/backup-utils/blob/master/docs/faq.md