Hi Am trying to connect airbyte with external postgres its not working.
Details :
1. Using ubuntu machine where postgres is running - OK
2. I have airbyte codebase cloned from git - OK
3. Modified the .env file as below >
DATABASE_USER=ranjit
DATABASE_PASSWORD=ranjit
DATABASE_HOST=host.docker.internal
DATABASE_PORT=5432
DATABASE_DB=airbyte
# translate manually
DATABASE_URL=jdbc:
postgresql://host.docker.internal:5432/airbyte
4. Executing command ./run-ab-platform.sh, shows following status in docker desktop -