Copied to clipboard

Flag this post as spam?

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


  • Adam 3 posts 73 karma points
    Nov 10, 2017 @ 16:10
    Adam
    0

    umbracoServer table - column IsMaster

    We are using Flexible Node Balancing, and are experiencing issues with content not being replicated to the slave web servers in the load balance. We have noticed in the Umbraco database that the IsMaster flag is false for our Master CMS box, and is set to true on one of the slaves. Should this flag be true for the CMS master, or does this flag have another meaning?

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Nov 13, 2017 @ 09:05
    Dan Diplo
    1

    I don't have much experience of this set-up personally, but I do recall you can explicitly set the master server via code: https://our.umbraco.org/documentation/getting-started/setup/server-setup/load-balancing/flexible-advanced#explicit-master-scheduling-server

  • Jeavon Leopold 3074 posts 13632 karma points MVP 11x admin c-trib
    Nov 13, 2017 @ 09:22
    Jeavon Leopold
    0

    @Adam IsMaster flag determines the scheduling server that would be responsible for publishing scheduled content, it is not automatically tied to the server used for CMS access however as @Dan has linked to above you can make this be the case by implementing your own IServerRegistrar2 class and you most likely want to do this.

    Jeavon

Please Sign in or register to post replies

Write your reply to:

Draft