Files
ansible_mariadb/templates/mysql_logrotate
T
2025-06-22 17:56:36 +02:00

9 lines
188 B
Plaintext

{{ mariadb_server_log }} {
daily
rotate 7
create 0640 mysql {{ admin_group }}
postrotate
/usr/bin/mysqladmin flush-logs
endscript
}