mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #112] bug: does not work without write permissions: permission denied for schema ctgov (SQLSTATE 42501) is crashing the container #93
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#93
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 @cachho on GitHub (Apr 1, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/112
Hey, I'm using https://aact.ctti-clinicaltrials.org/connect as a demo database. You can make your own account there (no confirmation required) in less than a minute and see for yourself.
When I try to connect via docker with the connection string
postgresql://user:password@aact-db.ctti-clinicaltrials.org:5432/aactI get the error in title during the startup, the container exits with code 201.I think this is about not having write permissions, because in pgweb (https://pgweb-demo.fly.dev) the database
aactwith the schemactgovcan be read.To create backups, read should suffice.
@cachho commented on GitHub (Apr 1, 2025):
I guess, I got it wrong. The
PBW_POSTGRES_CONN_STRINGis not for the database that's supposed to be backed up, it's for pgbackweb internally.please confirm and close, thanks