Thanks for you reply, This flag is used to stop the baloon popup of upgrade. but my issue is i am on 6.1.2. i already published one site on it, Now when i try to launch that published site it is forsing me to upgrade my umbraco version 6.1.2 to 6.1.6. But i dont want to upgrade my system.
Can you please suggest me any work arround to use the existing version ?
Are you sure you've not upgraded your site to v6.1.6? I've just checked the source code for that install step and the version displayed should be v6.1.2. If it displays v6.1.6, it means the site has already been upgraded to v6.1.6 and it just needs to complete the upgrade process.
If I remember correctly, the version number in web.config is only upgraded after the install process has been completed.
If your bin folder did contain 6.1.2 assemblies and the version number in your web.config file is 6.1.2, the upgrade process shouldn't appear. I would double check you have the correct assemblies in your bin folder. It sounds like you have 6.1.6 assemblies present there, otherwise the upgrade screen wouldn't show. If you were to go through the upgrade, after it completed you should find the version number in web.config to be 6.1.6.
How to stop Upgrading of umbraco CMS version
Hello All,
I am new to Umbraco, i am using 6.1 version of Umbraco in dev system it is working fine till now.
suddenly when i open my published site it is asking me to upgrade my system to 6.1.2. but i dont want to upgrade my system.
Can any one please help me to restrict my site to upgrade to new version.
Thanks in advance,
Anil
Hi Anil,
If you want to stop the upgrade alert appearing, amend the umbracoVersionCheckPeriod app setting in your web.config file to 0.
Thanks, Dan.
Hi Dan,
Thanks for you reply, This flag is used to stop the baloon popup of upgrade. but my issue is i am on 6.1.2. i already published one site on it, Now when i try to launch that published site it is forsing me to upgrade my umbraco version 6.1.2 to 6.1.6. But i dont want to upgrade my system.
Can you please suggest me any work arround to use the existing version ?
Thanks,
Anil
Hi Anil,
Try to remove install folder.
Thanks, Alex
Hi Anil,
Are you sure you've not upgraded your site to v6.1.6? I've just checked the source code for that install step and the version displayed should be v6.1.2. If it displays v6.1.6, it means the site has already been upgraded to v6.1.6 and it just needs to complete the upgrade process.
Thanks, Dan.
Hi Dan,
i chacked the "umbracoConfigurationStatus" flag in my umbraco CMS it is showing me the configuration status as 6.1.2
I tried removing the install in the url, and tried but still it is redirecting to install url.
Thanks,
Anil
Hi Anil,
If I remember correctly, the version number in web.config is only upgraded after the install process has been completed.
If your bin folder did contain 6.1.2 assemblies and the version number in your web.config file is 6.1.2, the upgrade process shouldn't appear. I would double check you have the correct assemblies in your bin folder. It sounds like you have 6.1.6 assemblies present there, otherwise the upgrade screen wouldn't show. If you were to go through the upgrade, after it completed you should find the version number in web.config to be 6.1.6.
Thanks, Dan.
I think Dan is right ! I had the same problem.
is working on a reply...