-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After setup connection to local DBs fails #76
Comments
You'll need a few things for that to work, and it's pretty much the same list for any data source. 😄
... and I'm pretty sure there's one more thing that's obvious which is not coming immediately to mind though. Hmmm, I probably need more coffee. 😉 Anyway, the above 3 should get you started in resolving the problem. If the connection is just timing out when it tries to connect, then it's probably either item 1 or 2 above. |
`root@space:/var/www/data/setup# source setup.sh Redash installation script. :) Docker and Docker Compose are already installed, so skipping that step. Environment file already exists, reusing that one + and adding any missing (mandatory) values ** Creating Redash Docker compose file ** ** Starting Redash ** ** Initialising Redash database ** |
I have set up locally a redash instance and I try to access my local postgres instances, but connection fails. However I can access these with the same credentials from my terminal. What do I need to do, to establish connection?
The text was updated successfully, but these errors were encountered: