Attachments: signature.asc
pedro moreno wrote:
I have bacula 1.38.11 running over FreeBSD 6.1-p16 and MySQL 5.31, is=
working good some issues time to time, but i have been fixing does
thanks to this maillist. Now i have 1 doubt, last time i compact my DB,=
i saw that my db folder increase in size.
=20
I have all this files in my /var/db/mysql/:
=20
total 4686402
-rw-rw---- 1 mysql wheel 1073741999 Apr 2 22:45 bacula-bin.000001=
-rw-rw---- 1 mysql wheel 154680106 Apr 13 17:13 bacula-bin.000002
Do i need all this bacula-bin files?
This is not related to Bacula, but rather a feature of MySQL (see
http://dev.mysql.com/doc/refman/5.0/en/binary-log.html).
If you're not replicating your MySQL database with a master/slave setup
(http://dev.mysql.com/doc/refman/5.0/en/replication.html) you don't need
binary logging and can turn it off in the MySQL config file.
Additional/followup questions on this topic should probably be posted to
a MySQL users list.
Cheers
Andrew
