Hello Team, Today I started to work on Airbyte, I'...
# ask-community-for-troubleshooting
k
Hello Team, Today I started to work on Airbyte, I'm facing issue while connecting Postgres Database as Source, which is already running in my local. Please find the below Screenshot FYR. Same time I can able to connect that DB using other tool such as DBeaver. Could anyone help me out here?
a
is postgresql running in a docker as well? You might need to tweak the docker-compose.yml to include networking for them to see the postgres instance as well.
as to how to do this, I have no clue it depends how you've spun your stuff but I've ran into that issue in previous projects 😛
k
@Alexandre Voyer No, its not running in Docker
a
Can you try
host.docker.internal
instead of
locahost
?
k
host.docker.internal this is working for me. Thanks @Alexandre Voyer
a
yay! Good luck with the rest 🙂
👍 1