• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Setting logroate_period via CLI does not work

Jens Johansson

Basic Pleskian
Server operating system version
Plesk Obsidian 18.0.80
Plesk version and microupdate number
6
I used the Plesk settings cli utility to change the logrotate period of a bunch of servers with this command
Bash:
plesk bin settings -s logrotate_force=true; plesk bin settings -s logrotate_period=30
The Output I got was two times "Parameter was saved." But when I checked the conf files in /etc/logrotate.d/ they were unchanged and still had the old value of 7 days for rotation. Then I waited a couple of days because I thought may be there is a maintenance task the checks the new value and updates the configs accordingly. But the stetting in the confs is still wrong. In the Plesk Interface under Tool & Settings it shows the new value of 30 days and if I apply the settings there, then the configs under /etc/logrotate.d/ get changed immediately. Is this a bug or am I missing something to apply the changes via CLI?
 
Back
Top