Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Plesk domains exceeding quotas  (Read 1775 times)

0 Members and 1 Guest are viewing this topic.

Vinil

  • Guest
Plesk domains exceeding quotas
« on: November 22, 2013, 07:08:47 pm »
Find domains that are over quota on disk space in Plesk:


mysql>SELECT domains.name, domains.real_size, Limits.value FROM domains, Limits WHERE domains.limits_id = Limits.id AND domains.real_size > Limits.value AND limit_name = 'disk_space' AND Limits.value != -1 ORDER BY domains.name ASC;