[SOLVED] Logs problem after upgrade from 5 to 6

@towerman - as far as i could see it's the very same issue (invoke-rc.d rsyslog rotate instead of /usr/lib/rsyslog/rsyslog-rotate).
or did i miss something?
Sorry Stoiko, I just have to replace invoke-rc.d rsyslog rotate > /dev/null with /usr/lib/rsyslog/rsyslog-rotate, am I right?
And later I've to restart proxmox, right?
 
Last edited:
that should work - yes
no need to restart - you can also try to run logrotate manually and see if the files change:
Code:
logrotate -f -d -v /etc/logrotate.conf
 
  • Like
Reactions: towerman
Great, is running fine now. I think the post can be marked as solved. Thanks for the support.
 
I would agree - but this is up to the original poster (and can be done by clicking on 'Edit Thread' (in the '...' menu above the first post) and selecting the 'SOLVED' prefix)

Thanks for verifying the fix