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?
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/
Thanks š