craig-rueda commented on issue #8811: Connection failed/refused when connecting to local PostgreSQL Database URL: https://github.com/apache/incubator-superset/issues/8811#issuecomment-564794932 There's your problem. In docker's overlay network, "localhost" will refer to the superset container only. If you want to access postgres on your machine, you will need to connect to `host.docker.internal` (on Mac). Why not just use the included `postgres` from the docker-compose stack?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
