New to Odoo. Thank you all.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilitate
- Inventar
- PoS
- Project
- MRP
Această întrebare a fost marcată
3
Răspunsuri
4746
Vizualizări
New to Odoo. Thank you all.
Yes, Odoo supports the integration of load balancing with NGINX, AWS RDS, and AWS S3. Here's how each service fits into a scalable and resilient Odoo architecture.
We have already done these integration to our multiple client's projects. If you need any specific detail or information please let me know, we will answer your query or problems.
could anyone share for configuration tutorial
Hi Odoo can work really well with a setup using NGINX for load balancing AWS RDS for the database and AWS S3 for storing files. NGINX helps distribute traffic across multiple Odoo workers which improves performance while RDS keeps your database reliable and backed up and S3 is great for attachments and images. are you planning this setup for a small team or a larger production environment? A lot of companies use similar cloud-based setups to make their systems more scalable and easier to manage. Also thinking about session handling and the number of concurrent users early can save headaches later when scaling.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-teRelated Posts | Răspunsuri | Vizualizări | Activitate | |
---|---|---|---|---|
|
2
nov. 24
|
5733 | ||
|
1
mar. 15
|
5585 | ||
|
0
iul. 24
|
3970 | ||
|
0
mai 21
|
3541 | ||
|
4
ian. 24
|
16299 |
Yes.
Hello Yenthe Van Ginneken,
can you share any guide about AWS load balancing implementation for odoo ? I am not sure how to manage the sessions and filestores for odoo when implementing load balancing with multiple servers.