Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/admin/maintenance/upgrade/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions versioned_docs/version-4.0/admin/maintenance/upgrade/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down