Bug #27479
closedpulp_deb 1.10.0 (included in Pulp 2.20.0) will need a rake task during upgrade
Description
Some future Katello version (as yet unknown?) will include pulp version 2.20.0.
Pulp version 2.20.0 includes pulp_deb 1.10.0.
In pulp_deb 1.10.0 we fixed a bug (https://pulp.plan.io/issues/4138) that necessitates a best effort db migration.
This migration is capable of fixing the bug for affected Katello repos. (CV version repos, LCENV repos, katello root repos, etc.)
However, once these repos have been migrated in the database, they should be republished ("republish repository metadata") for the bug fix to take full effect.
To facilitate this the migration records all affected repos in /var/lib/pulp/0004_deb_repo_republish_candidates.txt.
The needed republish can be achieved automatically during upgrade via the rake task in the following PR:
https://github.com/Katello/katello/pull/8240
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8240 added
Updated by Justin Sherrill over 5 years ago
- Category set to Repositories
- Target version set to Katello 3.13.0
Updated by The Foreman Bot over 5 years ago
- Fixed in Releases Katello 3.14.0 added
Updated by Quirin Pamp over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|242a20df24289c00fe24f82b72106e2267e0d20a.