Actions
Bug #15904
closedInstaller upgrade should only perform errata/gpg steps once
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.
Actions