• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Plesk reports proper backup size for some domains, but not all

Paul Larson

Basic Pleskian
Across my Plesk Onyx servers, I use the '/usr/local/psa/bin/site' utility for internal stat tracking purposes.

I've noticed that while backups are enabled and functional for all domains, it only seems to calculate properly for a few subscriptions.

Consider example-a.com and example-b.com:

# /usr/local/psa/bin/site -i example-i.com | grep "backup"

Total size of backup files in local storage:0 B

# /usr/local/psa/bin/site -i example-b.com | grep "backup"

Total size of backup files in local storage:41.9 MB

====

The Plesk GUI settings for backup seem identical. The only difference I can discern is the backup location of each domain, specifically:

/var/lib/psa/dumps/domains/example-a.com (does NOT calculate stats)
/var/lib/psa/dumps/clients/my-name/domains/example-b.com (works!)

Is there some reason backup usage stats are only calculated for /dumps/clients domains, or is that a red herring?
 
Hello Paul,

Could please please provide output of the following command?:

# plesk db "select * from misc where param = 'include_admindumps';"
 
Is there a Plesk 17.5.3 upgrade path to 17.8?
Well I assume you have in plesk panel > Tools & Settings > Update and Upgrade Settings > Plesk release tiers > General release (Recommended) selected
at the moment the update to 17.8 will be available only if you select early adopter in plesk panel. But also read carefuly what early Adopter mean...
 
Last edited:
Look at the option Tools & Settings > Server Settings > backup files created by the administrator. It is unchecked by default.
 
Thanks. I've confirmed that. Plesk 17.8 install still does not report the proper domain size. I've confirmed "backup files created by administrator" is checked.

A vast majority of the domains on my server report "Total size of backup files in local storage:0 B" when I run the command:

/usr/local/psa/bin/site -i example.com | grep "backup"
 

Attachments

  • Screenshot 2018-05-30 12.25.15.png
    Screenshot 2018-05-30 12.25.15.png
    54.9 KB · Views: 3
Just a hunch. Because some domains on the server do report a backup size, I wonder if those domains that were migrated from another Plesk install are the issue.
 
Back
Top