Posts

Showing posts with the label Docker Image Upgrade

Tips And Tricks While Upgrading Sitecore Docker Solution

Image
Hello everyone, I would like to share my experience while upgrading Sitecore 10.1 SXA to Sitecore 10.3 SXA. Our solution was based on Docker, so will try to provide some quick tips for the same. Also will provide some docker commands, that were really helpful during the upgrade process. I will divide the blog section into 2 parts, one for local upgrade and another for higher environment upgrade. Local Upgrade Step 1 : Navigate to Sitecore 10.3 download page. Download the container based package.Also download the upgrade guide form there. Once downloaded, you will get below folder structure. Here Below image has detail for how to upgrade the Database. The two important file is docker-compose-upgrade.yml and upgrade.env file. In local we can run this component directly by below command. Just fill the upgrade.env with your local instance. But for local, instead of upgrading, go with new instance . Add all module as layer in your docker image files. Then you can restore your content i...