mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #48] SQLSTATE error #36
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#36
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 @TyomaVader on GitHub (Sep 17, 2024).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/48
Problem
SQLSTATEerrors might occur in cases, whenpgbackwebtables conflict with existing db tables.I believe this is the same issue as in #4 .
Suggestion
Consider making
pgbackwebtable names unique by using postfixes or with help of some other methods.@eduardolat commented on GitHub (Sep 18, 2024):
Why not to use a separate db for pg back web?