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.
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