Bug #16732
gzip backup files *after* restarting services to minimize downtime
Status:
Closed
Priority:
High
Assignee:
Category:
Backup & Restore
Target version:
Fixed in Releases:
Found in Releases:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1369864
Currently we gzip the backup files while all the services are stopped during katello-backup which can cause an extended amount of downtime for the Satellite during a backup run.
Lets move the gzipping routine to be after we bring services back online.
Some rough estimates are that we can reduce the downtime from ~45 minutes to ~5 minutes if we make this change.
Associated revisions
History
#1
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-packaging/pull/298 added
#2
Updated by Justin Sherrill over 4 years ago
- Legacy Backlogs Release (now unused) set to 162
- Difficulty set to easy
#3
Updated by Christine Fouant over 4 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-packaging|c7a92c03562de1ca6d5027ea5b3fcd247ecd1710.
fixes #16732 - gzips archive after services turned back on (#298)