Actions
Bug #32306
closedForeignKeyViolation Error with docker_meta_tags
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1946339
Description of problem:
Docker foreignKeyViolation after trying to run switchover from the dogfood clone.
Version-Release number of selected component (if applicable):
6.9.0_019.1
Steps to Reproduce:
1. Run migration on dogfood db
2. Once migration is done running, run switchover commands
Actual results:
PG::ForeignKeyViolation: ERROR: update or delete on table "katello_docker_meta_tags" violates foreign key constraint "fk_rails_af711a226d" on table "katello_repository_docker_meta_tags"
DETAIL: Key (id)=(111) is still referenced from table "katello_repository_docker_meta_tags".
Expected results:
Switchover should be successful.
Additional info:
Updated by Chris Roberts over 3 years ago
- Category deleted (
91) - Status changed from New to Rejected
- Target version set to Katello Recycle Bin
- Triaged changed from No to Yes
Actions