On Fri, 21 Dec 2018 16:34:39 -0700
Chandler <ad...@genome.arizona.edu> wrote:

> Kern Sibbald wrote on 12/21/18 01:34:
 
> > You should be aware that the project no long support SQLite as it
> > is not suitable for backups of the size we are seeing today.  We do
> > leave the code in Bacula so that users can upgrade to MySQL or
> > PostgreSQL at their ease rather than being forced.
> Thanks, I didn't realize that.  I guess I should work on migrating to 
> MySQL... our catalog is about 20GB and probably over 50 million file 
> records.

Skip mysql and go postgres: you're going to get mariadb that Kern
doesn't support either, once you hit 50M and 1 records you'll need to
figure out how to tune up your innodb, when to optimize every table,
etfc. Postgres is pretty much fire-and-forget.

-- 
Dmitri Maziuk <dmaz...@bmrb.wisc.edu>


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to