This question has been flagged
1 Reply
3439 Views

Hi,

I'm searching for the procedure to realize, a cluster of 2 ubuntu based servers, so i can setup a little cluster, for the purpose of high availability, if the main server goes down, the second can take the charge while the first is in repair.

can anyone help me with this ?

best regards,

Avatar
Discard
Best Answer

You could acquire this behavior using a load balancer in front of the Odoo servers, like nginx or haproxy. Then you should use a session sharing mechanism between the two servers. I used to store the sessions in a redis db when I do it in OpenERP 7. Next you need to share the attachments between the two servers too. There are others post in this forum about that topic.

Avatar
Discard