• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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