MariaDB Cluster with Galera

Hi,

we are testing HA on Frappe ERPNext, is it possible to set up a MariaDB Cluster with Galera? How can we change the database settings?

Thanks!

@info we don’t have any experience with a cluster, but you can try setting the following in your site_config.json:

{
  "db_host": "remote address or ip for mysql",
  "db_name": "database name",
  "db_password": "database password"
} 

I think the db_host param would do the trick. You can also set the db_host param in sites/common_site_config.json