• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

SSH - how to clean the folder/directory ../vg00-var

J

JanzZ

Guest
Hi,

I kept increasing the size of the /dev/mapper/vg00-var folder but it's too big now. What is it actually for? And can I just delete the stuff inside? If yes, can you tell me the commands?

Just to be more specific, this is what there now:

Filesystem Size Used Avail Use% Mounted on
/dev/md1 3.7G 383M 3.3G 11% /
/dev/mapper/vg00-usr 4.0G 2.5G 1.5G 63% /usr
/dev/mapper/vg00-var 41G 41G 0 100% /var
/dev/mapper/vg00-home

Thank you very much
Regards
Jan
 
hi ,


Please check your /var partition and find our which file or dir making the huge size .You can issue the following command from the /var dir .

du -csh ./*
 
Back
Top