This question has been flagged
1 Reply
7895 Views

I would like to know about configuring the filestore in high availability. We have one load balancer with two Application Servers and one Database Server. Currently, I mounted the filestore path of one application server with others, so files are accessible. So Is there any other way to make accessible for both servers instead of using two different filesystems? Like from a remote server and how can I configure it with ODOO?

Avatar
Discard
Best Answer

there is a log debate over this question, there are many workarounds to achieve high performance/availability using Redis as session storage and S3 as file storage instead of mounted plain file system storage.

Ref:
https://github.com/odoo/odoo/pull/7937
https://apps.odoo.com/apps/modules/browse?search=redis
https://github.com/itpp-labs/misc- addons / tree / 11.0 / ir_attachment_s3
https://www.odoo.com/fr_FR/forum/aide-1/question/replace-session-store-of-odoo-werkzeug-86843

Avatar
Discard
Author

Thanks for your info.