After upgrading Umbraco asks to upgrade again on Azure to the same version :\
I have no clue what is happening.
I've updated my dev database/environment on my machine and it is working fine. Then I've published my code to Azure pointing to the same DB. The upgrade page is showing up :| and I don't understand why. It is saying that it wants to upgrade to the same version.
Update
After clicking continue, it just shows that update is done and goes to the back office without any problem. Then I tried to access the web nodes (I have Flexible load balancing settings) and it asked me to upgrade again! :|
I tried republishing the whole site again, but didn't help either. I know I can click update here but ~/umbraco is closed in production for the web nodes as it is the best practice.
Update 2
I've changed some small things and published again on back office. I've been redirected to AuthorizeUpgrade again :O
Update 3
Also I have this line in my logs as if it is trying to upgrade but to a lower version number
Umbraco.Core.Configuration.ClientDependencyConfiguration - Updated version number from 1918068003 to 478377040
I've found this on my temp/install/[machinename] after auturizing for update (before clicking on continue button that does the upgrading)
After upgrading Umbraco asks to upgrade again on Azure to the same version :\
I have no clue what is happening. I've updated my dev database/environment on my machine and it is working fine. Then I've published my code to Azure pointing to the same DB. The upgrade page is showing up :| and I don't understand why. It is saying that it wants to upgrade to the same version.
Update
After clicking continue, it just shows that update is done and goes to the back office without any problem. Then I tried to access the web nodes (I have Flexible load balancing settings) and it asked me to upgrade again! :|
I tried republishing the whole site again, but didn't help either. I know I can click update here but ~/umbraco is closed in production for the web nodes as it is the best practice.
Update 2
I've changed some small things and published again on back office. I've been redirected to AuthorizeUpgrade again :O
Update 3
Also I have this line in my logs as if it is trying to upgrade but to a lower version number
I've found this on my temp/install/[machinename] after auturizing for update (before clicking on continue button that does the upgrading)
Then I have updates in the log file:
Update 4
After going through updates the site starts working but then every time I publish my source code the same thing (update process) happens again :\
Any ideas? :(
The problem was an old config transform in my web.environment.config. For some strange reason it was transforming umbracoConfigurationStatus .
because of that my Umbraco was updating all the time
I just copied a site and DB from local to Azure (FTP and SSDT) and I got the same issue. Umbraco wanted me to upgrade from 7.10.4 to 7.10.4.
I cleared the
~/App_Data/TEMP
folder on Azure.I revisited the Azure site URL. It churned then showed the site's homepage, as I expected it to do the first time.
is working on a reply...