You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following error:
Oops, we're sorry but something went wrong The single-table inheritance mechanism failed to locate the subclass: 'HostStatus::ExecutionStatus'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite HostStatus::Status.inheritance_column to use another column for that information.
As a follow up: I succeed to fix the issue re-running again the satellite installer with the following parameters:
satellite-installer --upgrade --enable-foreman-plugin-bootdisk --enable-foreman-plugin-discovery --enable-foreman-plugin-remote-execution --enable-foreman-proxy-plugin-remote-execution-ssh --foreman-proxy-bmc
Looks like the --foreman-proxy-bmc made the trick :)
Getting the following error:
Oops, we're sorry but something went wrong The single-table inheritance mechanism failed to locate the subclass: 'HostStatus::ExecutionStatus'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite HostStatus::Status.inheritance_column to use another column for that information.
The cloning included upgrade to RHEL7
I found the bugzilla with the same issue:
https://bugzilla.redhat.com/show_bug.cgi?id=1514383
The text was updated successfully, but these errors were encountered: