How do people go about upgrading Umbraco versions in a load balanced environment? We have 1 staging server, then 1 CMS server and 4 front end webservers with separate database server.
On check-in of code, there's an automated CI build process that pushes to staging. There's then a manually triggered CI build to push to the CMS server and front-end webservers.
We'd probably be doing it via NuGet as the solution lives in Visual Studio.
Are there any best practices for this? What about any additional packages that may be installed?
Upgrading Umbraco in load balanced environment
Hi,
How do people go about upgrading Umbraco versions in a load balanced environment? We have 1 staging server, then 1 CMS server and 4 front end webservers with separate database server.
On check-in of code, there's an automated CI build process that pushes to staging. There's then a manually triggered CI build to push to the CMS server and front-end webservers.
We'd probably be doing it via NuGet as the solution lives in Visual Studio.
Are there any best practices for this? What about any additional packages that may be installed?
Thanks
Simon
is working on a reply...