mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Backups doesn't contain actual Databases #345
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 @SLongus on 9/8/2023
CloudPanel version(s) affected
2.3.2
Description
We are testing Cloud Panel for our Infrastructure and found following bug:
When you create a Backup, the Backup doesn't includes actuall Dumps/Backups of the Databases of the Websites.
So the Backup is, so to say, useless, when you have, for example, a Wordpress Shop.
In my opinion that's an very importand Bug. I can't understand why noboby has affected this isue the whole time.
In the Documentation I found following information (https://www.cloudpanel.io/docs/v2/frontend-area/databases/):
CloudPanel creates a dump of each database every night at 3:15 AM with a retention period of 7 days
So the only way to get Actuall Database Backups with the normal Backups is to let the Backup Job run after 3:15.
How to reproduce
Make a Backup, for example at 14 o'clock.
Possible Solution
Create the Dumps not every night at 3:15.
Create the Dumps with the Backup function. Every Time you create a Backup, the Backup should include an actual dump of the database.
Additional Context
No response