-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Support unix socket connection to MySQL and PostgreSQL #833
Comments
Sounds like something nice to have. |
Hey @darinpope. The change is almost ready, but I'm having some dificulties to test it. If I publish a v2.5.0-alpha.1 including this, would you be open to test it on your Google Cloud set-up and confirm if it works? |
sure, I can try it out. However, it may be a little later in the week before I can work on it. |
Sure, that's perfect. I'll try to publish the alpha version during the week and afterwards, you can test it whenever you can/want. |
So basically, this alpha version (and the next stable version if everything goes right) will allow you to provide the It will also support it during the manual installation if you are not using the docker image, but since you mentioned Google Cloud Run, I guess it's the former for you. |
Once this is finished, a docker image for v2.5.0-alpha.1 will be available: https://github.com/shlinkio/shlink/runs/1470673278 |
After a false start, it appears to install and run, but I need to do more validation work in GCP. More to come... |
Summary
If you use Google Cloud Run along with Google Cloud SQL, the only option available uses unix sockets when using the currently GA Public IP offerings. Extend the connection configuration to support unix sockets.
Documentation
Note
The text was updated successfully, but these errors were encountered: