Hey everyone. I am trying to access the internal ...
# ask-community-for-troubleshooting
d
Hey everyone. I am trying to access the internal airbyte database. This instructions are showing how to connect with PSQL: https://docs.airbyte.com/operator-guides/configuring-airbyte-db/#accessing-the-default-database-located-in-docker-airbyte-db But I cant connect to this db with an databasetool (HeidiSQL or similar), allthough I use out its docker container ip 🤔 Any help / idea?
l
@Dimitriy Ni is the ip correctly forwarded from docker to the host machine (and eventually from host if it is remote) ? I managed to connect to this database with postico, which is a basic Postgres client by forwarding ports from docker to the machine running it, and then forwarding from the remote host (AWS EC2) to my local host through ssh port forwarding
d
Indeed I just didnt see that the
docker-compose
file did not contain the port forwarding. 🙂 ... that solved it. Thanks!
✅ 1