I'm currently upgrading a version of Umbraco from 7.1.4 to 7.5.8.
I was able to do this on our development server although I did run into the 'cmsTemplateFKcmsTemplate_cmsTemplate' error where the upgrader tries to drop the master column in the cmstemplate table.
I was able to get round this by dropping the constraint and the rest of the upgrade went without a hitch.
All good :).
I'm now trying to do this on our live website and have create a copy of both the website and the database (these run on Azure as a web app connected to Azure SQL database) and as I expected I am getting the same error when running the upgrade where the process tries to drop the master column.
I've dropped the constraint as before with the development server but the installer still it keeps coming back with this same message even though the constraint is not there anymore. I've even dropped the column manually but still get this error about the constraint.
I was changing the connectionstring for the dev slot directly in the webconfig file via Azure ftp but in the Azure portal application settings it was using the live connection string.
Upgrade from 7.1.4 to 7.5.8 Database Error
Hi
I'm currently upgrading a version of Umbraco from 7.1.4 to 7.5.8.
I was able to do this on our development server although I did run into the 'cmsTemplateFKcmsTemplate_cmsTemplate' error where the upgrader tries to drop the master column in the cmstemplate table.
I was able to get round this by dropping the constraint and the rest of the upgrade went without a hitch.
All good :).
I'm now trying to do this on our live website and have create a copy of both the website and the database (these run on Azure as a web app connected to Azure SQL database) and as I expected I am getting the same error when running the upgrade where the process tries to drop the master column.
I've dropped the constraint as before with the development server but the installer still it keeps coming back with this same message even though the constraint is not there anymore. I've even dropped the column manually but still get this error about the constraint.
Any idea where I'm going wrong.
Many thanks Andy
Sorted :)
I was changing the connectionstring for the dev slot directly in the webconfig file via Azure ftp but in the Azure portal application settings it was using the live connection string.
All makes sense now
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.