mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 03:12:01 +03:00
Cannot create backup of a server #292
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 @GameAreaCZ on GitHub (Mar 29, 2025).
Current Behavior
I've tried create a backup with name "3.5.18" and it went to an error:

Now I cannot create any backup for that server anymore because of the same error message (even when no special characters or no backup name at all).
Expected Behavior
To create backup with characters like . , _ etc...
Steps to Reproduce
Panel Version
1.0.0-beta18
Wings Version
1.0.0-beta10
Games and/or Eggs Affected
I've tried it on the RedBot egg
Docker Image
No response
Error Logs
Is there an existing issue for this?
@rmartinoscar commented on GitHub (Mar 29, 2025):
This isn't due to the backup name the type was wrong and got fixed in https://github.com/pelican-dev/panel/pull/1132
Also duplicate of #966