How can I connect an external tool to my database?
Quentin Dawans
How would I connect an external tool such as dbeaver / datagrip / … to my database ?
0
Comments
This is fully supported as long as your application supports connecting over an SSH tunnel. More details here
To summarize: connect with your ssh username, typically
<project id>-<branch>-<hash>--<app>to yourssh.<region>.platform.sh. From there, your database host will be for exampledatabase.internaland your credentials areuserand an empty password, if you haven’t modified your db service before.Another way is using
platform tunnelto create tunnels to your services and then accessing them via alocalhost:portcombination. This is spelled out in more detail in our Docs as well.Please sign in to leave a comment.