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
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?
Bash:
plesk bin settings -s logrotate_force=true; plesk bin settings -s logrotate_period=30