Bug #16869
Installer upgrade should only perform errata/gpg/rpm steps once
Pull request:
Fixed in Releases:
Found in Releases:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1264597
With every update of Satellite 6 we are asking users to run:
katello-installer --upgrade
With each execution we are forced to re-run the errata_import and gpg_urls steps:
"""
Step: errata_import (this may take a while) ...
Upgrade Step: update_gpg_urls (this may take a while) ...
"""
on larger installations this can actually take hours to complete.
This is a significant amount of downtime for a production instance of Satellite 6.
There needs to be a way to mark this step as complete once finished and only run it once.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Justin Sherrill
- Pull request https://github.com/Katello/katello-installer/pull/408 added
#2
Updated by Brad Buckingham over 4 years ago
- Target version set to 129
#3
Updated by Justin Sherrill over 4 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-installer|a3d0e517535b5263d867fadf7a8bc105e0f4dbc7.
#4
Updated by Justin Sherrill over 4 years ago
- Legacy Backlogs Release (now unused) set to 162
- Difficulty set to medium
#5
Updated by The Foreman Bot about 4 years ago
- Pull request https://github.com/Katello/katello-installer/pull/416 added
#6
Updated by Stephen Benjamin about 4 years ago
- Copied to Bug #17092: Installer upgrade should only perform pre upgrade steps once added
#7
Updated by Stephen Benjamin about 4 years ago
- Has duplicate Bug #15904: Installer upgrade should only perform errata/gpg steps once added
Fixes #16869 - only run post upgrade steps once