Actions
Bug #27424
closedSeed the DB when upgrading Katello
Difficulty:
Triaged:
No
Bugzilla link:
Description
Since we've moved to using the UpgradeTask model1 of Foreman via seeds2 we need to be absolutely certain that db:seed runs during installation and upgrades so that all of the upgrade tasks are executed. We can't rely on the potential side-effect of other actions during installation or upgrade to do the seed for us.
[1] https://github.com/theforeman/foreman/pull/5780/files
[2] https://github.com/Katello/katello/blob/master/db/seeds.d/111-upgrade_tasks.rb
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-packaging/pull/3937 added
Updated by Justin Sherrill over 5 years ago
- Project changed from Packaging to Installer
Updated by The Foreman Bot over 5 years ago
- Pull request https://github.com/theforeman/foreman-installer/pull/375 added
Updated by Jonathon Turel over 5 years ago
- Subject changed from rubygem-katello should trigger db:seed to Seed the DB when upgrading Katello
- Pull request deleted (
https://github.com/theforeman/foreman-packaging/pull/3937)
Updated by Jonathon Turel over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset installer|126419a94b84c2ad668f69e4407a603befe462c2.
Actions