postgresql: logrotate with dateext and right permissions
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
William Hirigoyen 2023-01-03 10:56:19 +01:00
parent 48e3ced983
commit 6c4243f3e1

View file

@ -1,11 +1,10 @@
/var/log/postgresql/*.log {
su postgres adm
daily
rotate 10
copytruncate
nodelaycompress
compress
notifempty
missingok
su root root
dateext
}