• 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 Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue CLI 'site' command does not deliver any value for

Paul Larson

Basic Pleskian
Server operating system version
Ubuntu 22.04.5 LTS
Plesk version and microupdate number
Plesk Obsidian 18.0.66 Update #1
Hi!

The versatile 'site' command is delivering blank data for 'Total size of backup files in local storage:,' even though many domains have gigabytes worth of backups in /var/lib/psa

Issuing "/usr/local/psa/bin/site -i example.com" for example.

Contrast this with:

Code:
du -sh /var/lib/psa/dumps/domains/example.com/


30G    /var/lib/psa/dumps/domains/example.com/

Code:
for i in *; do /usr/local/psa/bin/site -i $i  | grep back; echo; echo; done

Total size of backup files in local storage:0 B


Total size of backup files in local storage:0 B

....
etc

Plesk Obsidian 18.0.66 Update #1
Web Host Edition
Ubuntu: Ubuntu 22.04.5 LTS"
Version: 18.0.66_build1800241218.14 os_Ubuntu 22.04
 
Thank you for the report @Paul Larson . I was able to reproduce the behavior on a test environment and forwarded it to our engineers for further review and clarification.
 
The issue was identified with as a bug with ID PPPM-14762. We will release a fix in one of the feature Plesk updates. Unfortunately, I cannot provide any ETA at the moment. You can observe the change log here. Thank you once again for bringing our attention to the issue.
 
Back
Top