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
I have currently the issue that ckan-docker isn't restarting due to a database auth error: psycopg2.OperationalError: connection to server at "db" (172.22.0.3), port 5432 failed: FATAL: password authentication failed for user "datastore_ro"
It looks like somewhere along the line someone has updated the DATASTORE_READONLY_PASSWORD environment variable (or something similar) after setting up that password when the Datastore database was created...Could it be something like that?
So, the local installation runs without the password authentication error, but I don't get a connection to the CKAN_SITE_URL (IP address of the VM + port) either.
It seems like the ckan docker container is never starting completely (still having a health: running when using docker ps after 10 minutes)
-> update after 20 minutes with the workaround of #149 (comment): ckan container is starting but still no connection to the URL
I have currently the issue that ckan-docker isn't restarting due to a database auth error:
psycopg2.OperationalError: connection to server at "db" (172.22.0.3), port 5432 failed: FATAL: password authentication failed for user "datastore_ro"
For more context:
error_datastore.txt
Are there any solutions?
The text was updated successfully, but these errors were encountered: