Is it possible to connect to the Airbyte DB? is th...
# ask-community-for-troubleshooting
o
Is it possible to connect to the Airbyte DB? is there any doc for that? thanks.
1
j
if you are using the docker based deployment run
Copy code
docker exec -ti airbyte-db psql -U docker -d airbyte
👍 2