Re: [Bacula-users] MySQL Maximum Size AND Auto Pruning..

2005-12-01 Thread Alan Brown
On Thu, 1 Dec 2005, Daniel Holtkamp wrote: Ran into this about 2 weeks ago ... your MySQL is possibly usind MyISAM as the database storage engine. Change it to InnoDB and you should be fine ... MyISAM can be resized MyISAM has a storage limit of 4 GB per database file i think. By default..

Re: [Bacula-users] MySQL Maximum Size AND Auto Pruning..

2005-12-01 Thread Daniel Holtkamp
Hi ! Beren Gamble wrote: I've reached the upper limit of my File table. I'm getting this error: "'File' is full". How do I go about fixing this? Ran into this about 2 weeks ago ... your MySQL is possibly usind MyISAM as the database storage engine. Change it to InnoDB and you should be fine

[Bacula-users] MySQL Maximum Size AND Auto Pruning..

2005-12-01 Thread Beren Gamble
Hi, I've reached the upper limit of my File table. I'm getting this error: "'File' is full". How do I go about fixing this? The other thing is, My volumes aren't being reused. The jobs just use any available space on the tapes from 2 weeks ago. I've got Autoprune set to yes on everything. My J