chatdesk-ui/postgres_15.8.1.044/ansible/files/logrotate_config/logrotate-postgres-csv.conf

12 lines
248 B
Plaintext

/var/log/postgresql/postgresql.csv {
size 50M
rotate 9
compress
delaycompress
notifempty
missingok
postrotate
sudo -u postgres /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data logrotate
endscript
}