Created
March 16, 2017 13:43
-
-
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'.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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