mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 13:45:54 +03:00
[GH-ISSUE #96] Restoration task stuck #76
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#76
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 @TristisOris on GitHub (Feb 12, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/96
at /tmp folder both dumps exist.
nothing changed after their removal.
i tried to remove task from database, but it cause memory leak at my client.
then i connect to db inside container. no succeess.
i can
SELECT * FROM restorations LIMIT 10;but limit 20 already broken@TristisOris commented on GitHub (Feb 12, 2025):
no id of running tasks here, so nothing to remove.
nvm id changed after restart or something else. removed them.
Problem was not with running tasks, but with some huge with a lot of error records. I even can't open it detais at UI.
4 times! don't ask me. After this removal everything goes fine.
@TristisOris commented on GitHub (Feb 12, 2025):
2 db restoratation always failed and UI became slow. reproduced few times.
9min to restore 600mb.
other db succeed to restore into same source.
can't copy log because it too huge.
both db with TImescale. RIght now it fall into restore state, so can't create a TS extention, that a root of problem.
@TristisOris commented on GitHub (Feb 12, 2025):
repeat it again. Same DB restoration failed on fresh instance.