mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #5] Using ssh tunnel to access DB #4
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#4
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 @alex-grandson on GitHub (Jul 29, 2024).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/5
This might be the case when DB hosted locally without exposed ports like in docker compose with postgres service ports like
127.0.0.1:5432:5432. I understand that this is not a high priority right now, but it would be very cool to have such functionality. Also it would be nice to have an opportunity to load private ssh key or use log/pass methods on choice.Thanks
@eduardolat commented on GitHub (Aug 4, 2024):
If your postgres is on the same server you can use docker networking to connect without having to expose the port outside the server
@iamxiyang commented on GitHub (May 15, 2025):
My Postgres and pgbackweb are not on the same server. Does it support connecting to Postgres via SSH?