Upgraded to 7.3.1 but keep asking me to upgrade it again
Hi there, I'm having this issue where I tried to upgrade to 7.3.1 and the installation was successfully (apparently) but umbraco keep asking me to upgrade it every time I enter to the backend.
My previous version was a 7.3 freshly installed just a few days ago.
I even tried to upgrade it again following the manual guide (the first try I was using nuget) but still getting the same result. Also if I click on the help? button in the dashboard this is what I get:
Umbraco version 7.3.0 assembly: 1.0.5750.18157
And umbracoConfigurationStatus in web config also have 7.3.0 on it.
I really need to blog about how all this works. But please make sure you follow the upgrade steps (basically: Update-Package UmbracoCms, hit F5 to build and run the project, click through the upgrade installer which will guide you to the backoffice, check in the backoffice that your version is now 7.3.1 and check your web.config to make sure the version is also 7.3.1).
Yep that's exactly what I did first, upgrading with Update-Package UmbracoCms, run through the installer and then went to the backoffice without problems. But the version was still saying 7.3.0
I think something is messed up in your project, which I can't really "debug" without looking at it.
Try: Update-Package –reinstall UmbracoCms that might help resetting everything to what it's supposed to be. Make sure to take a backup before you do that.
Nothing, still the same. This time didn't even took me through the installation screen.
I guess I'll just do a fresh install with the 7.3.1. Probably something is messed up in the project but is weird because was almost fresh. Anyway I'm not going to lose much as it was just in early stage of development.
Upgraded to 7.3.1 but keep asking me to upgrade it again
Hi there, I'm having this issue where I tried to upgrade to 7.3.1 and the installation was successfully (apparently) but umbraco keep asking me to upgrade it every time I enter to the backend.
My previous version was a 7.3 freshly installed just a few days ago.
I even tried to upgrade it again following the manual guide (the first try I was using nuget) but still getting the same result. Also if I click on the help? button in the dashboard this is what I get:
Umbraco version 7.3.0 assembly: 1.0.5750.18157
And umbracoConfigurationStatus in web config also have 7.3.0 on it.
Any ideas?
You can't use the manual guide, NuGet will just overwrite everything again when you build the solution.
Did you follow the instructions for NuGet to the letter? https://our.umbraco.org/documentation/Getting-Started/Setup/Upgrading/general
I really need to blog about how all this works. But please make sure you follow the upgrade steps (basically:
Update-Package UmbracoCms
, hit F5 to build and run the project, click through the upgrade installer which will guide you to the backoffice, check in the backoffice that your version is now 7.3.1 and check your web.config to make sure the version is also 7.3.1).Hi Sebastiaan, thanks for the quick reply.
Yep that's exactly what I did first, upgrading with Update-Package UmbracoCms, run through the installer and then went to the backoffice without problems. But the version was still saying 7.3.0
This is my umbraco package from nuget right now.
I think something is messed up in your project, which I can't really "debug" without looking at it.
Try:
Update-Package –reinstall UmbracoCms
that might help resetting everything to what it's supposed to be. Make sure to take a backup before you do that.Nothing, still the same. This time didn't even took me through the installation screen.
I guess I'll just do a fresh install with the 7.3.1. Probably something is messed up in the project but is weird because was almost fresh. Anyway I'm not going to lose much as it was just in early stage of development.
Thanks for your help!
is working on a reply...