• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

How can we delete disk quota with Licence Web Admin

ErwanG

Regular Pleskian
Hello,

We have a lot of server with Plesk Panel 30 domains.
We have migrated a website with a 2 Go disk space quota on a virtual server with Web Admin Plesk Panel Licence.

So, we don't have field (or we don't find...) to update this value (or delete it). The website disk usage is now 2.1 Go. Every day, we have an email alert.

How can i resolve it ? Thanls a lot.
 
Try to update it in CLI with

# plesk bin subscription -u subscr_name -mbox_quota <number>[B|K|M|G|T]
 
Sorry, my mistake.

Use

#plesk bin subscription_settings -u subscr_name -mbox_quota 10G

-1 for unlimited
 
Ok, but...

# plesk bin subscription_settings -u subscr_name -mbox_quota 10G

> Wrong syntax for command's '-update' parameter
 
Works fine for me:

# plesk bin subscription_settings -u raynorolson.ppu12-0.demo.pp.plesk.ru -mbox_quota 10G
SUCCESS: Update of domain 'raynorolson.ppu12-0.demo.pp.plesk.ru' completed.
 
Igor, an another pb with the licence modification i think:
How can i change the default administrator email in the db?
I've change email in the user settings but i always receive for example "health" alert on the default administrator email.

I've search this default administrator email in mysql tables but non results.
 
Thank you Igor.
"admin_email" is correct but i always receive alert on root@<old_hostname>.
I have change server hostname on Plesk and #hostname is correct. Where can i found the <old_hostname>?
 
Sorry for the long time....

We always have the 2 problems : quota alert and email on root@<old_hostname>.

About quota alert
We have made command:
# plesk bin subscription_settings -u <domain> -mbox_quota 10G
SUCCESS: Update of domain '<domain>' completed.

Since every day, we have an email alert about quota. No change.

>> Notification: Resource usage by subscription has exceeded the allotments.
>> The 'domain' subscription, owned by user <name>', is approaching or already exceeded the resource usage limits... 2 Go.

Is there another field/information that we can change?
 
Back
Top