• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved Statistic of database is shown much larger than the real size directory – where are the files?

bikeman

New Pleskian
The statistics in the user panel show 19.6GB
In the database directory for this user /var/lib/mysql it is 56MB
Also PHPMyAdmin shows a similar value of 56MB

Where to find redundant files?

TIA
 
I found a solution

To recalculate statistics for this domain with

# /usr/local/psa/admin/sbin/statistics --calculate-one --domain-name=<domain_name>


Or recalculate all statistics with

# /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php >/dev/null 2>&1
 
Back
Top