metakgp / metakgp-wiki

Dockerized source for the metakgp wiki.
https://wiki.metakgp.org
GNU General Public License v3.0
23 stars 20 forks source link

[jobs]Feat: mysql log rotation #125

Closed shikharish closed 4 months ago

shikharish commented 4 months ago

Implement cron job which runs logrotate on 03:02 AM everyday. If the size of any of the log files in /var/lib/mysql/ goes above 1GB, it makes a copy of that file and empties the main log file. That copy is deleted and a new copy made when the main file goes over 1GB again.