Re: [Bacula-devel] MySQL Cluster

2018-01-03 Thread Phil Stracchino
On 01/03/18 03:50, John Nemeth wrote: > I did my initial testing of Bacula using sqlite3. I ran into > this problem while switching databases in order to move to production. > Another comment in the script says that one is on their own if they > mess with the schema, which is a fair comment.

[Bacula-devel] MySQL Cluster

2018-01-03 Thread John Nemeth
I would like to use MySQL Cluster for catalog storage. MySQL Cluster uses master/master replication and a shared nothing architecture. The primary difference from regular MySQL is the use of the NDB (Network DataBase) storage engine, which is what provides the redundancy. NDB is an ACID com