mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #57] Foreign key constraint error on startup #44
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#44
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 @coopbri on GitHub (Oct 16, 2024).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/57
When running this in Docker against a Postgres v16.3 database, I get the following error in the logs (crashing the container):
latest,0.3.0PBW_ENCRYPTION_KEYset to secret string,PBW_POSTGRES_CONN_STRINGset to database URL with?sslmode=disableappended@eduardolat commented on GitHub (Oct 17, 2024):
Are you using an empty DB for pgbackweb?
https://github.com/eduardolat/pgbackweb/issues/48
https://github.com/eduardolat/pgbackweb/issues/4
@coopbri commented on GitHub (Oct 17, 2024):
No, I was not aware it required it's own postgres database, but that makes perfect sense now that I'm thinking about it! Thanks @eduardolat, silly mistake on my part.
@eduardolat commented on GitHub (Oct 17, 2024):
@coopbri No worries my friend