Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Alex Skrypnyk 6182 posts 24284 karma points MVP 8x admin c-trib
    Jul 22, 2020 @ 10:05
    Alex Skrypnyk
    0

    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?

  • bielu 3 posts 109 karma points c-trib
    Jul 22, 2020 @ 20:45
    bielu
    0

    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)

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 8x admin c-trib
    Jul 22, 2020 @ 22:27
    Alex Skrypnyk
    0

    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

  • Bobi 352 posts 966 karma points
    May 02, 2022 @ 01:01
    Bobi
    0

    Would this apply when using a CDN endpoint attached to storage blob media container or using an external firewall?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies