[GH-ISSUE #76] [FEATURE] Add Database via unix socket #64

Open
opened 2026-02-26 21:34:15 +03:00 by kerem · 1 comment
Owner

Originally created by @cheggerdev on GitHub (Jan 6, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/76

When adding a database please support unix sockets as pgadmin does.

Originally created by @cheggerdev on GitHub (Jan 6, 2025). Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/76 When adding a database please support unix sockets as pgadmin does.
Author
Owner

@Anachron commented on GitHub (Feb 8, 2025):

It already works! Make sure you have the correct syntax.

I used postgresql://USERNAME:PASSWORD@%2Fsockets%2Fnocodb/DBNANE for my nocodb database that I mounted to /sockets/nocodb/.

Edit:
To be more specific, this is my mount on the postgres in the nocodb compose:
/data/cnt/appdata/pgbackweb/sockets/nocodb:/var/run/postgresql

And this is from inside the pgbackweb compose:
/data/cnt/appdata/pgbackweb/sockets:/sockets

<!-- gh-comment-id:2645954892 --> @Anachron commented on GitHub (Feb 8, 2025): It already works! Make sure you have the correct syntax. I used `postgresql://USERNAME:PASSWORD@%2Fsockets%2Fnocodb/DBNANE` for my nocodb database that I mounted to `/sockets/nocodb/`. Edit: To be more specific, this is my mount on the `postgres` in the `nocodb` compose: `/data/cnt/appdata/pgbackweb/sockets/nocodb:/var/run/postgresql` And this is from inside the `pgbackweb` compose: `/data/cnt/appdata/pgbackweb/sockets:/sockets`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pgbackweb#64
No description provided.