• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

Question Disk space filling up but not from domains?

SamH87

New Pleskian
We have a cloud server which seems to have got close to exceeding the disk space available. When we check the domains, there are two and the disc usage is less than 10GB however the storage is advising its nearly full. There are no backups as these are stored remotely, wondering if any one can point us in the right direction to see what's clogging up the storage?
Thanks
 

Attachments

  • Screenshot 2021-11-16 at 10.46.42.png
    Screenshot 2021-11-16 at 10.46.42.png
    216 KB · Views: 5
  • Screenshot 2021-11-16 at 10.46.54.png
    Screenshot 2021-11-16 at 10.46.54.png
    55.6 KB · Views: 5
  • Screenshot 2021-11-16 at 10.47.13.png
    Screenshot 2021-11-16 at 10.47.13.png
    998.8 KB · Views: 5
If you want an overview of the dispace usage for each directory install the Diskspace Usage Viewer extension. This lets you easily navigate through the file system and helps find the biggest directories and files.

You can also use the # du -sh /* command trough SSH to get an overview of the diskspace usgae.
 
When we check the domains, there are two and the disc usage is less than 10GB however the storage is advising its nearly full. There are no backups as these are stored remotely, wondering if any one can point us in the right direction to see what's clogging up the storage?
Backups are prepared in /var/lib/psa/dumps/domains/, and when the remote upload of a backup fails, temporary files remain there and pile up.
plesk only sends a notification when there is eventually not enough space left for the backup to run (this triggers when the free space is less than what the files to be backed up use, although the backup will usually be smaller than that because compression).
 
Backups are prepared in /var/lib/psa/dumps/domains/, and when the remote upload of a backup fails, temporary files remain there and pile up.
plesk only sends a notification when there is eventually not enough space left for the backup to run (this triggers when the free space is less than what the files to be backed up use, although the backup will usually be smaller than that because compression).
Thanks Mow, could you advise how to delete these from that directory? As I'm unable to delete one that is left in there? Thanks
 
You need to be logged in as "admin", else these reminiscents of backup processes can neither be viewed, nor deleted. However, you can also log in to SSH as root and remove the directory structure of that backup your disk.
 
Back
Top