You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am implementing Odoo ERP to work with high availability on AWS. I configured the Docker cluster service called ECS, but when I use more than one instance, Odoo seems to lose control of sessions, generating different types of errors and bad behavior.
What should I configure to fix this problem?
P.S. Using just a single instance, Odoo works perfectly.
The text was updated successfully, but these errors were encountered:
Odoo stores session files on disk on each instance, so depending on which instance is connected to, the session may or may not be there. A couple ideas:
Configure ALB 1 to use same instance for a given session.
Install an Odoo module 2 to store sessions in the database instead.
I am implementing Odoo ERP to work with high availability on AWS. I configured the Docker cluster service called ECS, but when I use more than one instance, Odoo seems to lose control of sessions, generating different types of errors and bad behavior.
What should I configure to fix this problem?
P.S. Using just a single instance, Odoo works perfectly.
The text was updated successfully, but these errors were encountered: