Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3046 Visualizzazioni

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.

Avatar
Abbandona
Risposta migliore

The sessions are stored as files in /sessions/ so you need a shared storage like AWS EFS to share it between your instances. Or you can use a module to store the sessions on a database, like https://apps.odoo.com/apps/modules/13.0/wk_redis_session but you may still face issues with the filestore, containing PDF etc but also assets bundles that will stay not-shared.

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
gen 25
1437
3
ago 24
2493
1
feb 22
3402
1
dic 24
24430
1
mar 23
3197