If you can log into your Umbraco backoffice then you can check what version your are using by clicking the about button in the right top corner. Another way to check your current version number is so look in the web.config, Like the code below.
If you wish to force the install procedure to run you can amend the umbracoConfigurationStatus value to something which does not match the core binary versions, this will run the install procedure.
e.g. if you are running v7.2.6, change it to 7.2.5 or lower
Upgrade Umbraco
hi everybody,
i am upgraded 4.9.0 to 4.11.10 its working but i have one doubt is have any installation process ?
when i was upgrade 4.9.0 to 4.11.10 did not ask install process directly run the site. so my ugrade is correct or not any one clarify my doubt
i changed web.config <system.webserver>,App_plugin,bin,Umbraco,umbraco_client and view folders
is it correct or not and how to identify the version update please any one explain clearly
Thanks in Advance
Jay
Hi Jay.
I assume that you are following these guides https://our.umbraco.org/documentation/installation/upgrading/general and https://our.umbraco.org/documentation/installation/upgrading/version-specific.
Did you also remember to merge the config files and web.config file as is described here https://our.umbraco.org/documentation/installation/upgrading/general#Mergeconfigurationfiles. You can use a tool like WinMerge to this. http://winmerge.org.
If you can log into your Umbraco backoffice then you can check what version your are using by clicking the about button in the right top corner. Another way to check your current version number is so look in the web.config, Like the code below.
Hope this helps,
/Dennis
If you wish to force the install procedure to run you can amend the umbracoConfigurationStatus value to something which does not match the core binary versions, this will run the install procedure.
e.g. if you are running v7.2.6, change it to 7.2.5 or lower
/Chris
is working on a reply...