thanks for your response.
I am upgrading through Nuget. I upgraded my local dev site using Nuget on Visual Studio. I then accessed the website and it upgraded fine. I moved the website (not db) into staging and it also upgraded fine. It was when I moved the website (not db) into production that it refused to upgrade and I'm having a hard time trying to figure out why.
Is there a best practice approach for when you have to upgrade multiple instances of the same website?
Upgrade from 7.2.8 to 7.4.3
Hi guys,
I am trying to upgrade my website to the latest version, but I get these errors and I can't get past the install screen. Can anyone help me with this?
Kind regards,
HI Filipe
What approach are you using during this upgrade process? Is it manually or by using nuget?
Perhaps you'll need to do some of the things described in the upgrade documentation here https://our.umbraco.org/documentation/Getting-Started/Setup/Upgrading/version-specific - See the notes from the "Version 7.3.0" section.
Hope this helps.
/Jan
Hi Jan,
thanks for your response. I am upgrading through Nuget. I upgraded my local dev site using Nuget on Visual Studio. I then accessed the website and it upgraded fine. I moved the website (not db) into staging and it also upgraded fine. It was when I moved the website (not db) into production that it refused to upgrade and I'm having a hard time trying to figure out why. Is there a best practice approach for when you have to upgrade multiple instances of the same website?
Hi Filipe,
I had a similar issue a while ago when I tried to upgrade to 7.3.3.
Remove the value from umbracoConfigurationStatus in your appsettings and try again.
i.e.
B.
Hi Bijesh,
that didn't work but thanks for the tip.
Another thing to try is to put the old version number in umbracoConfigurationStatus - 7.2.8
Thanks but no luck there either I'm afraid.
is working on a reply...