I am using 7.15.4, I have a load balanced setup. We used to have an xml config file and publishing on primary would result in the secondary servers being updated as expected.
With our client due to security we have a good reason not to have and xml cache file so I have taken it out by making the config change in umbracoSettings. The issue we are seeing now is that publishing on the primary no longer results in updates on the secondary, we have to go onto the secondary and then rebuild the xml cache.
I do not want an xml cache file, I currently do not get one which is exactly what I want. However it looks like when in a cluster and you publish on one the other server in the cluster is not getting updated.
if XmlCacheEnabled is false Umbraco will retrive cache from DB. For security propose you can move to EnvironmentTemp, chech will be created in windows folder and will be in site folder
no xml cache file in load balanced environment
I am using 7.15.4, I have a load balanced setup. We used to have an xml config file and publishing on primary would result in the secondary servers being updated as expected.
With our client due to security we have a good reason not to have and xml cache file so I have taken it out by making the config change in umbracoSettings. The issue we are seeing now is that publishing on the primary no longer results in updates on the secondary, we have to go onto the secondary and then rebuild the xml cache.
Has anyone seen this before?
Regards
Ismail
check key umbracoLocalTempStorage or umbracoContentXMLStorage maybe it saves xml in EnvironmentTemp
I have turned of saving of the file, I do not want it on file store
So I am guessing its now getting stuff form contentXml table instead.
I do not want an xml cache file, I currently do not get one which is exactly what I want. However it looks like when in a cluster and you publish on one the other server in the cluster is not getting updated.
if XmlCacheEnabled is false Umbraco will retrive cache from DB. For security propose you can move to EnvironmentTemp, chech will be created in windows folder and will be in site folder
is working on a reply...