mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 13:45:54 +03:00
[GH-ISSUE #116] Restore doesn't work #94
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#94
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 @svenczbg on GitHub (Apr 12, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/116
Hi,
restoring an execution doesn't work.
I've installed pgbackweb in a docker stack with a docker-compose.yml similar to the example you provide.
Everything seems to work fine
However, restoring a backup doesn't work. The log output in the container reports that everything is fine:
2025-04-12 15:52:00 {"time":"2025-04-12T15:52:00.441486465+02:00","level":"INFO","msg":"backup created successfully","backup_id":"fb85d63b-ef86-4437-b661-714ea425976d","execution_id":"58ca9ebd-6621-456c-a4fe-b79133ffbcd7"} 2025-04-12 15:54:14 {"time":"2025-04-12T15:54:14.163836764+02:00","level":"INFO","msg":"backup restored successfully","execution_id":"58ca9ebd-6621-456c-a4fe-b79133ffbcd7","restoration_id":"ac970e5e-7a90-4d2a-b573-bf6428bac9ad"}But the changes that I've done between backup and restore remain.
The backup job is created with --clean, --create and --if-exist.
Is there any way to print the actual restore command to the log?
How can I debug the problem?
@svenczbg commented on GitHub (Apr 12, 2025):
duplicate of https://github.com/eduardolat/pgbackweb/issues/104