Skip to content

Commit

Permalink
Merge branch 'master' into ocm_update
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattel authored Sep 3, 2024
2 parents 2be4aca + 0e15be6 commit 0ad7a68
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,6 @@ endif::[]
If new Infinite Scale releases are available, you *must not* skip any version in between the current running and the latest available release for internal upgrade reasons. All versions need to be downloaded and started one time. For more details see the https://owncloud.dev/ocis/release_roadmap/#updating-and-overlap[Updating and Overlap] description in the developer documentation.

* If there is no release gap, you can update by just stopping and starting the compose environment.
* For *any* https://owncloud.dev/ocis/release_roadmap/#dates[release gap], you must stop the compose environment, set the `OCIS_DOCKER_TAG` variable in the `.env` file accordingly and start the compose environment again. For the last release, you can remove any setting of `OCIS_DOCKER_TAG` as `latest` is used by default.

In any case, containers will update automatically and you can continue using Infinite Scale as usual.
* For *any* https://owncloud.dev/ocis/release_roadmap/#dates[release gap], you must stop the compose environment with `docker compose down`, set the `OCIS_DOCKER_TAG` variable in the `.env` file accordingly, pull the new image with `docker compose pull` and start the compose environment with `docker compose up -d` again. For the last release, you can remove any setting of `OCIS_DOCKER_TAG` as `latest` is used by default.

end::shared_2[]

0 comments on commit 0ad7a68

Please sign in to comment.