18
Views
2
Comments
Solved
Load Balancing separate log sql server

Hi we have load balancing applied on our QA environment with 2 app servers

eg: ServerApp1 & ServerApp2

I see inside configuration tool for both of the server the Log server used is same ie ServerSQL1

So what should be the case ideally wrt to load balancing , should I have ServerSQL2 setup for my 2nd APP server inside the configuration tool?


2022-09-05 11-03-57
Sérgio Miranda
Staff
Solution

Hello Yamini,
You should not configure a different database server for an additional front-end server, the database configuration should be identical for all servers of the environment.
If you have requirements for high availability of the database, it can be accomplished with the proper SQL Server or Oracle solutions for that.
You can refer to this documentation:
https://success.outsystems.com/documentation/11/setup_and_maintain_your_outsystems_infrastructure/setting_up_outsystems/possible_setups_for_an_outsystems_infrastructure/high_availability_and_scalability_strategies/

2025-02-25 07-07-25
Yamini Pandya

Thanks 😊

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.