• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Traffic notification on restored site in Web Admin Edition

Adam_Beecher

New Pleskian
I'm getting a traffic notification on a site I restored from a backup that originally came from a standard Plesk edition. Web Admin Edition doesn't appear to have access to Subscriptions, and all I can find with regard to limits under Webspaces is a hard disk quota, which isn't even editable. How do I amend of remove the limit?
 
Try to set traffic to unlimited for all your domains with

# for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e "select name from domains"`; do /usr/local/psa/bin/subscription_settings -u $i -max_traffic -1 ; done
 
Mixed success, but I'm guessing it'll be fine, thanks very much.

SUCCESS: Update of domain 'discoveringcork.ie' completed.
An error occurred while updating domain settings: The following option is applicable to webspaces only: max_traffic
 
Ok, now Plesk is accepting that the sub is unlimited, but it's still sending a notification!

The 'xxxxxxxxxxxxxxxxxx' subscription, owned by user 'xxxxxxxxxxxxxxx', is approaching or already exceeded the resource usage limits:

Traffic: Unlimited / 12518.6 MB/month used / Unlimited
 
Still getting these despite having disabled the Resource Limits notification. Why would Plesk send a disabled notification for an Unlimited package?
 

Attachments

  • 20150623113816.png
    20150623113816.png
    29.9 KB · Views: 1
Additionally look at -max_traffic_soft option of subscription_settings. Contact Support Team if not help.
 
Back
Top