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
{{ message }}
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
Currently installing this version of Heimdall by following the instructions in the README is broken. Since Postgres has released V12, we need to either lock the Pkgr heimdall file to use postgres11-server or fix all of the issues with V12. Specifically, there is currently an issue during heimdall installation which will cause a ActiveRecord::StatementInvalid: PG::UndefinedObject: ERROR: type "jsonb" does not exist error to be raised. Unsure what additional issues will be encountered beyond this error.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently installing this version of Heimdall by following the instructions in the README is broken. Since Postgres has released V12, we need to either lock the Pkgr heimdall file to use
postgres11-server
or fix all of the issues with V12. Specifically, there is currently an issue during heimdall installation which will cause aActiveRecord::StatementInvalid: PG::UndefinedObject: ERROR: type "jsonb" does not exist
error to be raised. Unsure what additional issues will be encountered beyond this error.The text was updated successfully, but these errors were encountered: