Is redundancy is possible with Ejabberd and MySQL with 2 nodes ?

Is it possible to configure Ejabberd and MySQL for having a cluster with two nodes with redundancy ?

The goal of the cluster in my case, is too prevent failover, not only increase performances.
It is possible with mnesia and Ejabberd has describe §6.2 part 4, here : http://www.process-one.net/docs/ejabberd/guide_en.html#htoc71 , but what about MySQL and Ejabberd ?
What about documentation, features?

Regards,

Laurent

Configure both ejabberd nodes to access the same mysql database

Laurent wrote:

but what about MySQL and Ejabberd ?

You install ejabberd in two different machines. You install Mysql in some machine. Then you configure one ejabberd to use that mysql database. When it works, you configure the other ejabberd to also use that same mysql database. And you follow the ejabberd Guide to cluster some tables that are stored in Mnesia instead of Mysql, like 'session'.

Syndicate content