From 6a295c19579d4aeb09f257d1679a03c4a31fed3a Mon Sep 17 00:00:00 2001 From: Anja Barz Date: Mon, 9 Feb 2026 09:54:30 +0100 Subject: [PATCH] add in the upgrade instruction the opencloud-compose git pull part --- docs/admin/maintenance/upgrade/upgrade.md | 11 +++++++++++ .../version-4.0/admin/maintenance/upgrade/upgrade.md | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/docs/admin/maintenance/upgrade/upgrade.md b/docs/admin/maintenance/upgrade/upgrade.md index 6f058f86..0cb09f42 100644 --- a/docs/admin/maintenance/upgrade/upgrade.md +++ b/docs/admin/maintenance/upgrade/upgrade.md @@ -34,6 +34,17 @@ Stop the currently running OpenCloud instance: It is recommended to create a [backup](../backup) before proceeding with the upgrade. +## Pull the latest OpenCloud Compose + +If you are using Docker Compose with the `opencloud-compose` repository, update your local checkout before pulling the new container image: + +```bash +cd ~/opencloud-compose +git pull +``` + +Skip this step if you run OpenCloud with plain Docker (`docker run`). + ## Pull the new Opencloud version ```bash diff --git a/versioned_docs/version-4.0/admin/maintenance/upgrade/upgrade.md b/versioned_docs/version-4.0/admin/maintenance/upgrade/upgrade.md index 035a5e75..9bd510ea 100644 --- a/versioned_docs/version-4.0/admin/maintenance/upgrade/upgrade.md +++ b/versioned_docs/version-4.0/admin/maintenance/upgrade/upgrade.md @@ -34,6 +34,17 @@ Stop the currently running OpenCloud instance: It is recommended to create a [backup](../backup) before proceeding with the upgrade. +## Pull the latest OpenCloud Compose + +If you are using Docker Compose with the `opencloud-compose` repository, update your local checkout before pulling the new container image: + +```bash +cd ~/opencloud-compose +git pull +``` + +Skip this step if you run OpenCloud with plain Docker (`docker run`). + ## Pull the new Opencloud version ```bash