I am updating my Umbraco installation from 11.0 to 13.3
I see there is database changes done and the best way is to update from 11.0 to 11.5 and then to 12. But when I update from 11.5 to 12 it seems to no longer see my database.
I did update the target framework to ASP.NET 8 and I see the connection string on my appsettings.json file..
What else do I need to check to keep upgrading my site?
upgrading from 11.0 to 13.3
I am updating my Umbraco installation from 11.0 to 13.3
I see there is database changes done and the best way is to update from 11.0 to 11.5 and then to 12. But when I update from 11.5 to 12 it seems to no longer see my database.
I did update the target framework to ASP.NET 8 and I see the connection string on my appsettings.json file..
What else do I need to check to keep upgrading my site?
Hi Yaco
You should be able to go straight from 11.0 to 13.3 - at least I've done 11.x to 13.x before :)
I am currently running version 11.5.
If I try to update to version 12.0 I get this
if I revert back to 11.5 everything works fine.
If I go straight to 13.3
I get this screen
I already updated the Target framework to .NET 8.0
What else should I check to make sure this is working?
if you using umbraco 13 and sql serevr don't forget to add TrustServerCertificate=true; in connection string
Thank you this fixed my problem.
is working on a reply...