Am 02.03.2019 um 19:35 schrieb Shawn Rappaport: > I'm running Bacula 9.06 on CentOS 7.5 with MariaDB version 5.5.56-2. > The Bacula-web interface shows the DB is 69.10GB in size. However, the > MySQL files on my server are consuming 442GB of disk space, which is > starting to fill up the disk on my Director server. I see 374 mysql-bin > files which are almost all 1.1GB in size.
Sounds like binary logfiles. Check, if binary logging is enabled in MariaDB. You can limit the total size of binary logfiles or you can turn it off altogether if you don't need it. https://mariadb.com/kb/en/library/binary-log/ > I also see an ibdata1 file which is 73GB. That's the actual database. > Do I need to perform some sort of maintenance on the DB to get things under > control? IMHO, a "OPTIMIZE TABLE" statement every now and then, especially for the Bacula tables "Filename" and "FileSet" shouldn't hurt but shouldn't be really required either. HTH, Sebastian _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users