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
Actions