Clean up
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:
-
Start a PowerShell session from the Kubernetes upgrade artifacts folder for the target topology.
-
To delete the mssql upgrade job, run the following cmdlet:
kubectl delete -f .\ -
To delete the upgrade secrets, run the following cmdlet:
kubectl delete -k .\