-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database initialization fails on Inventory sandbox #961
Comments
I've seen this error when installing CKAN 2.7 as per https://docs.ckan.org/en/2.7/maintaining/installing/install-from-source.html I upgrade psycopg2 to work around psycopg/psycopg2#489 but upgraded to 2.8.x which gives the error you reported. Fixed by downgrading pyscopg2 to 2.7.7 |
Thanks @martinburchell! I've confirmed this work around is working on https://github.com/GSA/inventory-app/tree/bionic |
This might be fixed in CKAN 2.8 |
Were able to clear and re-initialize the CKAN DB for inventory on sandbox, closing. |
Somehow db initialization depends on the database already being initialized.
How to reproduce
ckan db init
Expected behavior
Database is initialized.
Actual behavior
Error.
The text was updated successfully, but these errors were encountered: