Updating Umbraco 7.14.0 to 7.15.6 - Hosted in an Azure App Service
Hello,
I am a little in over my head and am looking for some help for updating an Umbraco instance hosted in an Azure App Service. I have spent a lot of time trying to open the website in Visual Studio to push an update from the NuGet package manager, but I am struggling with that piece and was hoping someone here has done that, or has a better option?
Do I need to download the website locally, import it into a new project in Visual Studio, run the update, and then republish the new project?
Also, the reason I can't just upgrade to v8 is because I have a uSkinned theme that isn't compatible with v8 which is a whole other can of worms.
Thanks for the quick response! All changes are made through the Umbraco Backoffice or FTP into the app service. I wish we would have used Azure DevOps, or even implemented source control, but a colleague and I put it together before I ever familiarized myself with git/source control.
Be sure that you made a backup of the database and files before an upgrade!
You can't upgrade Umbraco via the backend.
NuGet or FTP are options.
It would be nice to have a local copy of the site and the database to make an update on the local machine before going to live - it will maybe solve some issues.
You can use NuGet if you have a visual studio solution.
Over the weekend, I attempted the upgrade. I loaded a backup of the website into VS as a new "project using existing code". I'm not sure if that's where I went wrong, because I was able to install Umbraco v7.15.6 successfully via
NuGet using the package manager console, but when I went to build it, it resulted in thousands of errors. Not sure where to go from there, or how to rebuild with the new instance of Umbraco. Any help is appreciated!
Updating Umbraco 7.14.0 to 7.15.6 - Hosted in an Azure App Service
Hello,
I am a little in over my head and am looking for some help for updating an Umbraco instance hosted in an Azure App Service. I have spent a lot of time trying to open the website in Visual Studio to push an update from the NuGet package manager, but I am struggling with that piece and was hoping someone here has done that, or has a better option?
Do I need to download the website locally, import it into a new project in Visual Studio, run the update, and then republish the new project?
Also, the reason I can't just upgrade to v8 is because I have a uSkinned theme that isn't compatible with v8 which is a whole other can of worms.
Any help is appreciated!
Hi Erin
How do you deploy changes to the site? AzureDevops?
Alex
Hi Alex,
Thanks for the quick response! All changes are made through the Umbraco Backoffice or FTP into the app service. I wish we would have used Azure DevOps, or even implemented source control, but a colleague and I put it together before I ever familiarized myself with git/source control.
Be sure that you made a backup of the database and files before an upgrade!
You can't upgrade Umbraco via the backend.
NuGet or FTP are options.
It would be nice to have a local copy of the site and the database to make an update on the local machine before going to live - it will maybe solve some issues.
You can use NuGet if you have a visual studio solution.
FTP also can work, just download all files, make backups, and update /bin and /Umbraco folders as described in general upgrade plan - https://our.umbraco.com/documentation/getting-started/setup/upgrading/general
This is very helpful. Thank you!!
You are always welcome, please, share what are you struggling with, and we will help you.
Hi Alex,
Over the weekend, I attempted the upgrade. I loaded a backup of the website into VS as a new "project using existing code". I'm not sure if that's where I went wrong, because I was able to install Umbraco v7.15.6 successfully via NuGet using the package manager console, but when I went to build it, it resulted in thousands of errors. Not sure where to go from there, or how to rebuild with the new instance of Umbraco. Any help is appreciated!
Thanks, Erin
Useful information, thanks!
is working on a reply...