Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TuningYourCode/06f276dacbd4791404961df899fc9c22 to your computer and use it in GitHub Desktop.
Save TuningYourCode/06f276dacbd4791404961df899fc9c22 to your computer and use it in GitHub Desktop.
[SOLVED-FOREMAN] The single-table inheritance mechanism failed to locate the subclass: 'HostStatus::ExecutionStatus'.
root@majestix:~# cat /etc/foreman/database.yml
Use Password from yaml to login:
root@majestix:~# psql -h localhost -U foreman -W
delete from host_status where type = 'HostStatus::ExecutionStatus';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment