mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
CloudPanel creates daily backups at 00:00, causing high server load and MySQL crashes #118
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 @fredpiuma on 3/16/2025
CloudPanel version(s) affected
2.5.0
Description
CloudPanel is scheduled to create backups every day at 00:00 by default after installation. While the backup process works correctly, it is resource-intensive, leading to the machine becoming unresponsive. On most days, the MySQL server stops functioning and requires a restart to resume normal operations. Additionally, there seems to be no option in the panel to disable this backup schedule or select specific sites for backup.
How to reproduce
Possible Solution
No response
Additional Context
Consider changing the default backup time to something like 03:00 AM, to reduce the impact during peak usage hours. Additionally, investigate whether backups are being performed all at once or sequentially. If they are being done simultaneously, switching to a sequential backup process could help reduce the overall load on the server.