591 B
591 B
Upgrade major or minor versions of nextcloud
Nextcloud versions of c4k-nextcloud docker images
- 4.0.3: nextcloud 22
- 5.0.0: nextcloud 23
- 6.0.0: nextcloud 24
- 7.0.0: nextcloud 25
Uprgrading process
- Change the version of the docker image in the deployment to the next major version
kubectl edit deploy cloud-deployment
- change
image: domaindrivenarchitecture/c4k-cloud:4.0.3
- Wait for the pod to finish restarting
- Verify the website is working and https://URL/settings/admin/overview shows the correct version
- Repeat until desired version is reached