convoy icon indicating copy to clipboard operation
convoy copied to clipboard

Add support for connecting to redis and postgres via unix sockets

Open RaghavSood opened this issue 2 years ago • 1 comments

Both redis and postgres support connections over unix sockets, which can be helpful when all services are running on the same machine outside of docker.

The way the DSNs are presently constructed makes this impossible

It would be nice to have a way to connect via sockets

RaghavSood avatar Oct 29 '23 14:10 RaghavSood

Hello @RaghavSood can you provide a sample url and error dump for when you attempt to connect with a unix socket? Thanks.

oneEyedSunday avatar Jul 16 '24 07:07 oneEyedSunday