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
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) connection to server at "db" (172.18.0.13), port 5432 failed: Connection refused
Is the server running on that host and accepting TCP/IP connections?
(Background on this error at: https://sqlalche.me/e/14/e3q8)
unable to load app 0 (mountpoint='') (callable not found or import error)
The text was updated successfully, but these errors were encountered:
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) connection to server at "db" (172.18.0.12), port 5432 failed: FATAL: password authentication failed for user "ckandbuser"
Yes the CKAN container will have problems starting if it cannot connect to the the db container...if possible try making a simple connection from the CKAN container to the db container on the port db is listening on...
The text was updated successfully, but these errors were encountered: