Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3006 Lượt xem

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.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 1 25
1418
3
thg 8 24
2448
1
thg 2 22
3392
1
thg 12 24
24381
1
thg 3 23
3167