Recently the daily mysql backups have gotten extremely large and I am not sure how to resolve it other than to disable them. Is that safe to do if I am running a daily local backup within NagiosXI? My most recent daily mysql backup is over 4GB and with this happening daily I can't allow it to continue. This hasn't been an issue until recently so not sure what happened.
I also noticed that /var/data/mysql has grown quite a bit. Is there any way to decrease the amount of space these files are using?:
Code: Select all
mysql]# pwd
/var/data/mysql
mysql]# du -all --human-readable --one-file-system --max-depth=4 | sort -k1 -rh | head -n 20
25G .
14G ./nagios
11G ./nagiosxi
9.9G ./nagiosxi/xi_meta.ibd
5.4G ./nagios/nagios_eventhandlers.MYD
2.9G ./nagios/nagios_statehistory.MYD
2.4G ./nagios/nagios_logentries.MYD
976M ./nagios/nagios_logentries.MYI
I am running NagiosXI 2024R1.3.3 on RHEL 8
Thank you!