diff --git a/docs/admin/maintenance/upgrade/upgrade.md b/docs/admin/maintenance/upgrade/upgrade.md index 6f058f86..ed7bb702 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..e2a29f30 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