Applied to Odoo
Odoo in high availability requires a carefully designed architecture that considers user sessions, the shared file system and PostgreSQL replication. HA implementations for Odoo guarantee service continuity even during maintenance or node failures.
- Multi-node Odoo cluster with load balancing (HAProxy/Nginx)
- PostgreSQL streaming replication with automatic failover (Patroni or Repmgr)
- NFS or Ceph shared storage for the Odoo filestore
- Sticky sessions or Redis-based sessions
- SLA of 99.9% or higher with RTO < 5 minutes
- Scheduled failover tests with no impact on users
High Availability for demanding enterprises
In mission-critical companies, it is necessary to configure Odoo in a way that guarantees high availability and reliability through clusters.