Bugzilla – Bug 921676
/etc/logrotate.d/mysql causes logrotate to fail
Last modified: 2015-03-11 20:34:02 UTC
The mysql logrotate config provided by mariadb causes logrotate to fail: error: skipping "/var/log/mysql/mysqld.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation. compress_ext is /usr/bin/xz compress_ext was changed to .xz
See #840079 for fix *** This bug has been marked as a duplicate of bug 840079 ***