mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
You can't force delete backups when the Backup Server/Node is not online. #546
Reference in New Issue
Block a user
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 @JoanFo1456 on GitHub (Jan 10, 2026).
Current Behavior
When you have backups on wings or S3, if you want to delete one and the Node/S3 server is not reachable or available, you can't force delete the record.
Expected Behavior
When it fails, it should show a force delete to delete the record on the panel.
Steps to Reproduce
Panel Version
canary (
6b9d683)Wings Version
dev (a4161a2)
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@mristau commented on GitHub (Jan 10, 2026):
does this happen also, if you delete a backup file in sftp and try to delete the backup in the panel?
could become something like "check if backup file still exists, if not you can force delete the record with warning"
@JoanFo1456 commented on GitHub (Jan 10, 2026):
Wings has the same system, it checks if it can access the wings or not, you can't delete the backup. I'll change the name and description then.