Issue Summary

Trying to my local machine hosted postgres database and post the setup tried to use Test Connection but nothing happens. Even if I save the database and use it in a query the query keeps on running. Doesn’t error out or show errors.

A summary of the issue and the browser/OS environment in which it occurs.

Technical details:

  • Redash Version:11.0.0-dev
  • Browser/OS: Version 103.0.5060.114 (Official Build) (arm64) MacOSX
  • How did you install Redash: Docker Image (Dev)

Try running docker-logs -f --tail 100 after you test the connection. What do you see?

I’m guessing the issue is your docker container can’t access resources on your local machine without using a proxy. Newer versions of docker include this for free, as shown here: ubuntu - Allow docker container to connect to a local/host postgres database - Stack Overflow