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