Am trying to connect airbyte with external postgres its not working.Details :
- Using ubuntu machine where postgres is running - OK
- I have airbyte codebase cloned from git - OK
- 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
- Executing command ./run-ab-platform.sh, shows following status in docker desktop -