Hi

I recently had an issue with the file table in the Bacula DB (mysql)
I did a repair on the table but it was still very slow in backing up so I did 
purge 
and it seemed to clear things up for me
==== ====
SQL I used for REPAIR TABLE <table-name> 
and purge 
====
REPAIR TABLE file;
PURGE BINARY LOGS BEFORE NOW();

It might be worth checking you DB
regards

>    2. Re: Sudden Crippling Issues with Bacula. (Uwe Schuerkamp)
> ------------------------------
> 
> Message: 2
> Date: Fri, 10 Feb 2017 11:12:04 +0100
> From: Uwe Schuerkamp <uwe.schuerk...@nionex.net>
> Subject: Re: [Bacula-users] Sudden Crippling Issues with Bacula.
> To: Alejandro M <acheron...@gmail.com>
> Cc: Bacula-users@lists.sourceforge.net
> Message-ID: <20170210101204.gp3...@nionex.net>
> Content-Type: text/plain; charset=iso-8859-1
> 
> On Thu, Feb 09, 2017 at 09:57:54AM -0400, Alejandro M wrote:
> > Hello all, for the past few weeks I've had a Bacula deployment
> > running with no issues. But for the past few days there has been a
> > few issues thats has pretty much rendered my Bacula deployment
> > completely useless.
> > 
> 
> I'm wondering if you've hit your pool limitations after the "past few
> weeks" and something is wrong with auto-recycling the used volumes?
> 
> Some more info on your setup (cfg files) would be helpful.
> 
> All the best, Uwe
> 
> --
> Uwe Sch?rkamp | email: <uwe.schuerk...@nionex.net>
> Arvato Systems S4M GmbH | Sitz K?ln | Amtsgericht K?ln HRB 27038
> Gesch?ftsf?hrer: Ralf Sch?rmann | Dr. Manfred Heinen

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to