Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork495
docs([tokio-]postgres/config): fix examples for unix socket paths#1225
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
That may be true, but the commonly used location (in e.g. Ubuntu 24.04) for the Postgres socket is /var/lib/{service}. |
leona-ya commentedMar 2, 2025
On a new Ubuntu 24.04 (with the standard repos) on a clean install I get the postgresql socket in
|
Sorry, yeah I misread /var/run as /var/lib. I'd prefer this use
|
The commonly used location for sockets is `/run/{service}`, with`/var/lib/{service}` containing the actual data from the service.
@sfackler i changed the paths to be all |
The commonly used location for sockets is
/run/{service}
, with/var/lib/{service}
containing the actual data from the service.