On Dec 14, 2020, at 09:41, [email protected] wrote:

> In the changelog, I see: "2.15.0 (2016-07-29) Bug fix: complete support for 
> the MySQL/MariaDB InnoDB database engine" - however after looking at the 
> engine in use on my Rivendell 3.5.0 test box all tables are still MyISAM.
> 
> Is this just a case of changing the running engine myself, or are there plans 
> for Paravel to push out some changes to move to InnoDB? And if I do change to 
> InnoDB will any future schema changes break because of this?
> 
> The reason I ask is that I'm looking to try running the database on MariaDB 
> with Galera Cluster as a potential option for cross-WAN database access.

It’s been supported for some time. It’s mostly a matter of setting 
‘Engine=InnoDB’ in the ‘[mySQL]’ section of ‘/etc/rd.conf’. You will have to 
convert any prior existing tables by hand.

That said, the default is still MyISAM, mostly because the Aman clustering 
system requires it.

Cheers!


|---------------------------------------------------------------------|
| Frederick F. Gleason, Jr. |             Chief Developer             |
|                           |             Paravel Systems             |
|---------------------------------------------------------------------|
|         A room without books is like a body without a soul.         |
|                                                                     |
|                                                         -- Cicero   |
|---------------------------------------------------------------------|
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to