DBackup Version
v2.3.3
Installation Method
Docker (docker-compose)
Bug Description
While a manual database restore process was running, a scheduled backup task triggered as planned. Since the restore task was active, the backup task was naturally placed into a "pending" queue.
However, once the restore operation successfully finished, the backup task did not resume or start. It remains permanently stuck in the Pending status and never executes, blocking the queue.
Steps to Reproduce
Start a manual database restore process.
Wait for a scheduled backup task to trigger (or force trigger one) while the restore is still active.
Observe that the backup task status changes to "Pending" (expected behavior).
Wait for the restore process to finish.
Notice that the backup task remains stuck in "Pending" indefinitely instead of starting.
Expected Behavior
The pending backup task should automatically start processing as soon as the active restore job releases the lock/finishes.
Logs / Error Output
Screenshots
No response
Environment
No response
DBackup Version
v2.3.3
Installation Method
Docker (docker-compose)
Bug Description
While a manual database restore process was running, a scheduled backup task triggered as planned. Since the restore task was active, the backup task was naturally placed into a "pending" queue.
However, once the restore operation successfully finished, the backup task did not resume or start. It remains permanently stuck in the Pending status and never executes, blocking the queue.
Steps to Reproduce
Start a manual database restore process.
Wait for a scheduled backup task to trigger (or force trigger one) while the restore is still active.
Observe that the backup task status changes to "Pending" (expected behavior).
Wait for the restore process to finish.
Notice that the backup task remains stuck in "Pending" indefinitely instead of starting.
Expected Behavior
The pending backup task should automatically start processing as soon as the active restore job releases the lock/finishes.
Logs / Error Output
Screenshots
No response
Environment
No response