Actions
Refactor #33012
closedRefactor DockerTag cleanup in 20200402130013_add_repsository_docker_meta_tag_f_key
Pull request:
Fixed in Releases:
Found in Releases:
Description
Description of problem:
During 6.7 > 6.8 upgrade, foreman-rake db:migrate run 20200402130013_add_repsoitory_docker_meta_tag_f_key which comes from katello.
The migrations script calls:
Katello::RepositoryDockerTag.where.not(:docker_tag_id => Katello::DockerTag.select(:id)).delete_all
and it was hanging forever.
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9464 added
Updated by James Jeffers over 3 years ago
- Target version set to Katello 4.2.0
- Triaged changed from No to Yes
Updated by The Foreman Bot over 3 years ago
- Fixed in Releases Katello 4.3.0 added
Updated by James Jeffers over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|40ae9eb544c59bdf203f4b647dcb03d9a0aa084c.
Actions