I'm trying to upgrade from 7.5.1 to 7.6.1 manually. I've copied over the files and merged the config files. But when I hit the site, it automatically re-installs 7.5.1. What am I missing?
Did you use NuGet to install 7.5.1? If so: you need to use NuGet to upgrade to 7.6.1 :)
NuGet is just following the instructions: you have told it once to install 7.5.1 so it will keep making sure that the version NuGet knows about is there. So on each build, it will copy the files from 7.5.1 into your site because it has detected there was a difference which you didn't tell NuGet about.
Upgrading to Umbraco 7.6.1
I'm trying to upgrade from 7.5.1 to 7.6.1 manually. I've copied over the files and merged the config files. But when I hit the site, it automatically re-installs 7.5.1. What am I missing?
Did you use NuGet to install 7.5.1? If so: you need to use NuGet to upgrade to 7.6.1 :)
NuGet is just following the instructions: you have told it once to install 7.5.1 so it will keep making sure that the version NuGet knows about is there. So on each build, it will copy the files from 7.5.1 into your site because it has detected there was a difference which you didn't tell NuGet about.
is working on a reply...