Actions
Bug #15117
closedNeed to make the pre upgrade script not run db:migrate separately
Description
The default upgrade process runs a pre upgrade script (https://github.com/Katello/katello-installer/blob/master/hooks/pre/30-upgrade.rb) and then runs db:migrate separately as a part of puppet-run in the foreman -> https://github.com/theforeman/puppet-foreman/blob/master/manifests/database.pp#L29 .
The pre upgrade script tries to do the same thing rather unnecessarily. We need to update the pre upgrade not run this.
Actions