Project

General

Profile

Actions

Bug #30901

closed

REX features are being registered before migrations are run

Added by Adam Ruzicka about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman
Difficulty:
Triaged:
No
Found in Releases:

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

Also available in: Atom PDF