Actions
Bug #30901
closedREX features are being registered before migrations are run
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman
Target version:
Difficulty:
Triaged:
No
Description
It can happen that we are trying to register a feature with fields that don't exist in the db yet. If this happens, it fails with:
ActiveModel::UnknownAttributeError: unknown attribute 'proxy_selector_override' for RemoteExecutionFeature. /home/user/foreman_remote_execution/app/models/remote_execution_feature.rb:58:in `block in register' /home/user/foreman_remote_execution/app/models/remote_execution_feature.rb:54:in `register' /home/user/foreman_openscap/lib/foreman_openscap/engine.rb:193:in `block (2 levels) in <class:Engine>' /home/user/foreman/app/registries/foreman/plugin.rb:78:in `instance_eval' /home/user/foreman/app/registries/foreman/plugin.rb:78:in `register' /home/user/foreman_openscap/lib/foreman_openscap/engine.rb:49:in `block in <class:Engine>' /home/user/foreman/config/environment.rb:5:in `<main>' /home/user/.rbenv/versions/2.7.1/bin/bundle:23:in `load' /home/user/.rbenv/versions/2.7.1/bin/bundle:23:in `<main>' Tasks: TOP => db:migrate => db:load_config => environment (See full trace by running task with --trace)
Actions