Actions
Refactor #15200
closeddb migrations should not be used to modify external databases
Description
in katello 3.0 db migrations are used to modify pulp and candlepin databases.
IMHO this is the wrong approach which creates a lot of upgrades related issues (e.g. its enough one backend service malfunction and the entire upgrade is broken).
I think this should be redesigned, to use foreman-tasks or out side of the rails db migration process.
not to mention, so of the modifications do take a lot of time, and the ux experience on the installer is far from behind friendly (e.g. pulp migrations them self took more than 30 minutes on my system).
Updated by Justin Sherrill almost 9 years ago
- Status changed from New to Rejected
- Translation missing: en.field_release changed from 143 to 166
Updated by Ivan Necas almost 9 years ago
- Related to Refactor #15866: Provide alternative way of migrating data as oposed misuing db:migrate for this purpose added
Actions