• 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.

Create plan with rotation daily

Andrei C

Regular Pleskian
Dear Support,

Please check this option not working (working only update plan):

.\service_plan.exe --create "<plan name>" -owner <reseller> -log_rotate true -log-bytime daily -log-max-num-files 10 -log-compress true

or this working without "-log-bytime daily"

.\service_plan.exe --create "<plan name>" -owner <reseller> -log_rotate true -log-max-num-files 10 -log-compress true

Could you fix this, on next updates?
 
Hello Andrei,
do you confirm that the compression log option flag is currently working?

Because it doesn't work for us in this moment

We have no compressed log.

Another case: the system log isn't ZIP have a new prefix in the file "processed"

Thanks for your help
 
How can set this rules?

Working only this:
.\service_plan.exe --create "<plan name>" -owner <reseller> -log_rotate true -log-max-num-files 10 -log-compress true

or (update not create)

.\service_plan.exe --update "<plan name>" -owner <reseller> -log_rotate true -log-bytime daily -log-max-num-files 10 -log-compress true

if create plan -> not working (with option -log-bytime daily):

.\service_plan.exe --create "<plan name>" -owner <reseller> -log_rotate true -log-bytime daily -log-max-num-files 10 -log-compress true
 
Back
Top