D
Deleted member 209767
Guest
- Server operating system version
- Centos8
- Plesk version and microupdate number
- Plesk Obsidian
Backups are failing every day with this error:
But this account has only 1 database and NO files, NO emails, no ftp
The total DB size is 33.6GB in phpMyAdmin but the 3 largest tables are supposed to be excluded from the backups:


Same size in Plesk

/etc/my.cnf
So in theory 3 tables should be excluded from the backups
(18.3GB + 9.2GB + 0.6GB) = 28.1GB excluded data
Total size of the DB is 33.6GB minus 28.1GB of excluded table, it means my backup should be only 5.5GB so why is Plesk saying 104.58GB is required (almost 20 times the size of the actual backup)
There is not enough disk space at /var/lib/psa/dumps to backup creation. At least 104.58 GB free space is required (78.71 GB is available)
But this account has only 1 database and NO files, NO emails, no ftp
The total DB size is 33.6GB in phpMyAdmin but the 3 largest tables are supposed to be excluded from the backups:


Same size in Plesk

/etc/my.cnf
Code:
[mysqldump]
max_allowed_packet=512M
ignore-table=my_db.cache_tshirt_description
ignore-table=my_db.cache_module_html
ignore_table=my_db.cache_query
So in theory 3 tables should be excluded from the backups
(18.3GB + 9.2GB + 0.6GB) = 28.1GB excluded data
Total size of the DB is 33.6GB minus 28.1GB of excluded table, it means my backup should be only 5.5GB so why is Plesk saying 104.58GB is required (almost 20 times the size of the actual backup)