mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 13:45:54 +03:00
[GH-ISSUE #76] [FEATURE] Add Database via unix socket #64
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@Anachron commented on GitHub (Feb 8, 2025):
It already works! Make sure you have the correct syntax.
I used
postgresql://USERNAME:PASSWORD@%2Fsockets%2Fnocodb/DBNANEfor my nocodb database that I mounted to/sockets/nocodb/.Edit:
To be more specific, this is my mount on the
postgresin thenocodbcompose:/data/cnt/appdata/pgbackweb/sockets/nocodb:/var/run/postgresqlAnd this is from inside the
pgbackwebcompose:/data/cnt/appdata/pgbackweb/sockets:/sockets