1. Upgrade

Clean up

Version: 10.5

When the upgrade process is completed you can clean up your environment.

Docker Compose

You must delete the upgrade container in Docker Compose.

If you ran the upgrade container in Docker Compose, from the Docker Compose folder for the topology that you upgraded, for example, sitecore-xp1, run following PowerShell cmdlet:

docker compose -f .\docker-compose.upgrade.yml --env-file .\upgrade.env down

This deletes the Sitecore upgrade container from the Docker system.

Kubernetes

You must delete the Kubernetes upgrade job.

If you used the Kubernetes cluster to deploy the Sitecore upgrade job, you should:

  1. Start a PowerShell session from the Kubernetes upgrade artifacts folder for the target topology.

  2. To delete the mssql upgrade job, run the following cmdlet:

    kubectl delete -f .\

  3. To delete the upgrade secrets, run the following cmdlet:

    kubectl delete -k .\

If you have suggestions for improving this article, let us know!