Commit Graph

4 Commits

Author SHA1 Message Date
Sridhar Ratnakumar
8d64812420 docs(postgresql): Add more elaborate example 2024-06-05 15:27:58 +05:30
Shivaraj B H
18d5c1d168
fix(postgres): empty socketDir by default (#160)
resolves #139 

> empty `unix_socket_directories` means not listening on any Unix-domain sockets, in which case only TCP/IP sockets can be used to connect to the server.

see: https://www.postgresql.org/docs/current/runtime-config-connection.html#GUC-UNIX-SOCKET-DIRECTORIES

* use TCP/IP by default for health check
2024-03-26 18:44:11 +05:30
Sridhar Ratnakumar
c7d48bbc87 chore(doc): Slugs must be flat
Should be:
- http://127.0.0.1:5566/services-flake/datadir

Not:
- http://127.0.0.1:5566/services-flake/guide/datadir
2024-03-13 08:01:41 -04:00
Shivaraj B H
0db2423f20
docs(postgres): init; specify unix-domain socket length limitation (#147)
Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com>
2024-03-13 00:56:57 +05:30