backup-utils icon indicating copy to clipboard operation
backup-utils copied to clipboard

GitHub Enterprise Backup Utilities

Results 41 backup-utils issues
Sort by recently updated
recently updated
newest added

I noticed while working on tests that you cannot run e.g. `test/test-ghe-restore.sh` manually. At some point the test run will hang forever, and if you look at running processes you'll...

https://github.com/github/backup-utils/pull/839 fixes macOS tests in general but leaves `test-ghe-restore-parallel` tests disabled for now since I wasn't able to easily fix them (and it's a "beta" feature that likely isn't used...

I'm seeing restores fail often and the --verbose option isn't particularly helpful as it only lists some rsync paths. Is there a more detailed log somewhere or another option to...

In #726, @henrich reported that the recent publishing of the 3.1.0.rc1 backup-utils package generated a Debian changelog with an inappropriate version number that appeared to be newer than `3.1.0` would...

It would be nice if there was some sort of status indicator, especially during the "restoring repositories" portion of the restoration process (which can take hours). Even just being able...

enhancement

Today i had to check older log files of our GHE instance and have noticed that no /var/log/ log file is part of the ghe backup. Or at least i...

Consider a scenario where two backup hosts exist: - One for regular snapshots, situated in the same datacenter as the appliance. - One for taking less frequent off-site backups (where...

enhancement
question
backup

using 3.0.0 to restore from 2.22.13 the indexes have duplicates. This is the work around provided. ghe-console -y indices=["code-search-1","commits-1","discussions-1","gists-1","issues-1","labels-1","marketplace-listings-1","projects-1","pull-requests-1","registry-packages-1","repository-actions-1","repos-1","rms-packages-1","showcases-1","team-discussions-1","topics-1","users-1","vulnerabilities-1","wikis-1"] for i in indices Elastomer::SearchIndexManager.delete_index(name: i, force: true) end exit display...

There is no warning reported when backing up an appliance where pages is disabled, however when restoring this backup to a staging instance the following warning is reported: ``` Restoring...

Setting up a warm standby VM is currently fairly straightforward once basic backups are in place but could benefit from built in support in github/backup-utils. The basic idea is to...

enhancement