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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
3
Respuestas
4887
Vistas
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.
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
|
2
nov 24
|
5876 | ||
|
|
1
mar 15
|
5732 | ||
|
|
0
jul 24
|
4145 | ||
|
|
0
may 21
|
3674 | ||
|
|
4
ene 24
|
16481 |
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.