• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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