mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Setting backup limit to negative value causes HTTP 500 #107
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 @kalsandbrook on GitHub (Jun 15, 2024).
Current Behavior
When editing a server, setting it's backup limit to a negative value causes the panel to throw an Internal Server Error.
Expected Behavior
Usually, setting a limit value to -1 implies the ability to create an unlimited number of backups.
Steps to Reproduce
Panel Version
1.0.0-beta5
Wings Version
1.0.0-beta5
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?
@Boy132 commented on GitHub (Jun 15, 2024):
-1is not valid.0(or leaving it blank, can't remember right now) means unlimited backups.But we should look into the 500 error. Please post panel logs.