• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Error: Not enough disk space

J

Jay Jain

Guest
hello,

I have got the problem, when i login in plesk panel "Error: Not enough disk space" .
when I was take backup through download method in plesk then after i am getting this problem.
please help me.

i can already delete zip file the temp directoy (/usr/local/psa/tmp/). and i can also delete the file tmp from (/usr/local/psa/PMM/tmp/). after deleting my plesk pannel is login successfully.
but as soon as i have download the backup zip file through plesk. then again show the error Error: Not enough disk space.

this is my plesk url
https://s15327883.onlinehome-server.info:8443
 
I'm having the same problem - turns out that the applications stored in "/usr/local/psa/var/cgitory" are the problem. You can remove the apps from Plesk at "Applications" on the left, then check the boxes for the apps to remove, then click the "remove" link above the application list.
 
btw, the BASH command to help you figure out what's eating up space is:
du -P -s -x -b *

This will list the size of all files and folders under the current directory. Start with "df" to find out what partitions are full, and their actual addresses (in this case I saw "/dev/hda6 ... ... ... 99% /usr/local"), which tells you which path to start digging at. Switch to that path (cd /usr/local) then use the command above to see which subfolders are eating up the space. Keep digging in those folders until you find the cause of the problems.
 
Back
Top