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 was archived by the owner on Dec 16, 2022. It is now read-only.
if i do: docker-compose run contract_observer alembic upgrade head
with alembic.ini line 38: sqlalchemy.url = postgresql+psycopg2://dex1:password@postgres:5432/forkdelta
i get this error: sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) FATAL: password authentication failed for user "postgres"
and if with alembic.ini line 38: sqlalchemy.url = postgresql+psycopg2://dex1:password@localhost:5432/forkdelta
i get this error:
psycopg2.OperationalError: could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Address not available
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
bu i can connect with postgresql with python from my home computer: