Actions
Bug #16869
closedInstaller upgrade should only perform errata/gpg/rpm steps once
Difficulty:
medium
Triaged:
Bugzilla link:
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.
Updated by The Foreman Bot about 8 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
Updated by Justin Sherrill about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-installer|a3d0e517535b5263d867fadf7a8bc105e0f4dbc7.
Updated by Justin Sherrill about 8 years ago
- Translation missing: en.field_release set to 162
- Difficulty set to medium
Updated by The Foreman Bot about 8 years ago
- Pull request https://github.com/Katello/katello-installer/pull/416 added
Updated by Stephen Benjamin about 8 years ago
- Copied to Bug #17092: Installer upgrade should only perform pre upgrade steps once added
Updated by Stephen Benjamin about 8 years ago
- Has duplicate Bug #15904: Installer upgrade should only perform errata/gpg steps once added
Actions