logrotate error caused by directory permissions
Created by: m-a-r-c-o
Yesterday I saw multiple errors of the following form produced by logrotate when called with the gitlab configuration file:
error: skipping "/home/git/gitlab/log/puma.stderr.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.
Because of this error logrotate is not rotating the gitlab log files.
Is there anyone else having this issue?