mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
Pelican does not cleanup S3 backups of a server on server deletion #316
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 @atomicra1n on GitHub (Apr 24, 2025).
Current Behavior
The panel does not delete backups of a server when the server is deleted. I have noticed this behavior while using S3 for backups, so I cannot confirm nor deny whether it happens for other backup methods. This image shows me creating a backup for a freshly created server starting with UUID 7683... After deletion, the backup remains in S3.
Expected Behavior
I would expect the panel to delete all backups of the server from the backup storage, as otherwise, the backups cannot be manually deleted without going into S3 and deleting them there.
Steps to Reproduce
Panel Version
v1.0.0-beta19
Wings Version
v1.0.0-beta11
Games and/or Eggs Affected
Tested with Minecraft, but irrelevant.
Docker Image
Irrelevant
Error Logs
Is there an existing issue for this?
@lancepioch commented on GitHub (Apr 27, 2025):
This is expected behavior. I would not reasonably expect my offsite backups to also be deleted.