Umbraco Upgrade from 14 to 15 or 16 not working

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.

It looks like you have mismatched versions of at least some of the Umbraco components used on Cloud.

I.e. Umbraco.Forms.Deploy with a version for Umbraco 15 but Umbraco.Cloud.Cms.PublicAccess for 14.

You say you’ve removed the reference to the latter, but for some reason it’s still there. Maybe you need a clean and remove any old dlls from the bin folder - just to make sure you have definitely removed this component.

Andy

I managed to fix it, by upgrading the Packages in order. Can’t remember the order now but got it from 14 to 15 and then to 16.

It all in the order.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.