Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
What is the correct way to setup Umbraco back office on a load-balanced environment?
We set up like it's described in documentation - https://our.umbraco.com/documentation/getting-started/setup/server-setup/load-balancing/
Maybe some other recommendations?
Do not load balance back office, this is bad idea and bad practise, as you will finished with multiple source of true, save conflicts etc. You should have 2 enviroment: Backoffice (not load balanced) Frontend (can be loadbalanced)
Hey Arkadiusz,
Nice to see you here :) Thanks for your comment, I do not load balancing back office, we use the technique described here - https://our.umbraco.com/documentation/getting-started/setup/server-setup/load-balancing/
I'm thinking about how to make a class that will prevent the application from data corruption, like described here - https://our.umbraco.com/documentation/getting-started/setup/server-setup/load-balancing/flexible-advanced#explicit-master-scheduling-server
Thinking to check if it's a debug mode - then it's local environment, live servers defined by the host.
Thanks, Alex
Would this apply when using a CDN endpoint attached to storage blob media container or using an external firewall?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco in Load Balanced Environments
What is the correct way to setup Umbraco back office on a load-balanced environment?
We set up like it's described in documentation - https://our.umbraco.com/documentation/getting-started/setup/server-setup/load-balancing/
Maybe some other recommendations?
Do not load balance back office, this is bad idea and bad practise, as you will finished with multiple source of true, save conflicts etc. You should have 2 enviroment: Backoffice (not load balanced) Frontend (can be loadbalanced)
Hey Arkadiusz,
Nice to see you here :) Thanks for your comment, I do not load balancing back office, we use the technique described here - https://our.umbraco.com/documentation/getting-started/setup/server-setup/load-balancing/
I'm thinking about how to make a class that will prevent the application from data corruption, like described here - https://our.umbraco.com/documentation/getting-started/setup/server-setup/load-balancing/flexible-advanced#explicit-master-scheduling-server
Thinking to check if it's a debug mode - then it's local environment, live servers defined by the host.
Thanks, Alex
Would this apply when using a CDN endpoint attached to storage blob media container or using an external firewall?
is working on a reply...