• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Plesk backups failing saying 104GB is required for a 5GB backup

  • Thread starter Deleted member 209767
  • Start date
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:
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:
1669438538713.png
1669438885260.png

Same size in Plesk
1669439042857.png

/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)
 

Attachments

  • 1669438877430.png
    1669438877430.png
    11.3 KB · Views: 0
As far as I am aware there is no option for Plesk backups to exclude specific tables from a database. So the whole database is included in a backup.

There is a difference between the database size shown and the actual space the database has occupies for storage on your severs disk. You can view the actual disk space used by the database on the subscription statistics in Plesk or by running the sudo du -h /var/lib/mysql/<database_name> command via SSH.

This post might be of interest to you: Issue - Space for databases increasing ????
 
Back
Top