Publisg content is not forwarded to the front-end servers
Hello
We are using umbraco 7.11
We use an Admin server and 5 front-end servers.
There is a load-balancer between the servers.
We declare the master and the slave by MasterServerRegistrar and FrontEndReadOnlyServerRegistrar.
We have a problem that happens once in a while. When we publish content in the master server the content is not forwarded to the front-end servers.
We can see that the umbraco.config file is not updated either.
The only way to fix this problem is to restart the application pool of the front umbraco IISs.
After those steps the publish is done (until it happens again).
How can we fix this situation?
Please check what appears in the table umbracoServer, sometimes old server appears as master, you can also clean data from umbracoCacheInstruction and restart your website
Publisg content is not forwarded to the front-end servers
Hello We are using umbraco 7.11
We use an Admin server and 5 front-end servers. There is a load-balancer between the servers. We declare the master and the slave by MasterServerRegistrar and FrontEndReadOnlyServerRegistrar.
https://our.umbraco.com/documentation/getting-started/setup/server-setup/load-balancing/flexible-advanced#explicit-master-scheduling-server
We have a problem that happens once in a while. When we publish content in the master server the content is not forwarded to the front-end servers. We can see that the umbraco.config file is not updated either. The only way to fix this problem is to restart the application pool of the front umbraco IISs. After those steps the publish is done (until it happens again). How can we fix this situation?
Best regards, Eldad Magen.
Please check what appears in the table umbracoServer, sometimes old server appears as master, you can also clean data from umbracoCacheInstruction and restart your website
I see a lot of old data in my tables. How do you clean the cache ? Can i just dump the data from tables?
is working on a reply...