• 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 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