Hi,
I am trying to upgrade a cloud Environment using the following DOC:
https://docs.umbraco.com/umbraco-cloud/product-upgrades/major-upgrades
I taken a copy of the project so I do not mess any thing up and then changed the version from 8 to 9 on the copied version of the project.
Per the instructions I have removed the references to
-
Umbraco.Cloud.Cms.PublicAccess
-
Umbraco.Cloud.Identity.Cms
When I try and Update the project I am getting the following:
Version conflict detected for Umbraco.Cms.Web.Website. Install/reference Umbraco.Cms.Web.Website 15.0.0 directly to project UmbracoProject to resolve this issue.
UmbracoProject -> Umbraco.Forms.Deploy 15.1.1 -> Umbraco.Forms.Core.Providers 15.1.0 -> Umbraco.Forms.Web 15.1.0 -> Umbraco.Cms.Web.Website (>= 15.0.0 && <= 15.999.999)
UmbracoProject -> Umbraco.Cloud.Cms.PublicAccess 14.0.0 -> Umbraco.Cms.Web.Website (>= 14.0.0 && < 15.0.0).
I tried to update the packages based on the order they are in the list provided in the doc form Umbraco:
-
Umbraco.Forms.Deploy
-
Umbraco.Cms
-
Umbraco.Deploy.Cloud
-
Umbraco.Deploy.Contrib
-
Umbraco.Forms
-
Umbraco.Cloud.Cms
-
Umbraco.Cloud.StorageProviders.AzureBlob
Any Advice would be helpful, we normal do on premise version of umbraco this is our first cloud project and I need some advice on how to proceed, if this was on premis all I do was spin up a new umbraco project and attach the old DB to that and allow the upgrade to run and that normal dose the job.
But with this been cloud I dont have that option.