Skip to content

Commit

Permalink
Merge pull request #198 from haiwen/migrate-docker
Browse files Browse the repository at this point in the history
Improve migrating to v11 document
  • Loading branch information
freeplant authored Aug 26, 2023
2 parents e0c9a79 + 9a44ca4 commit c575764
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions manual/docker/upgrade/upgrade_docker.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Upgrade Seafile Docker

## Upgrade from 10.0 to 11.0

Download the new image, stop the old docker container, modify the Seafile image version in docker-compose.yml to the new version, then start with docker-compose up.

Migrate your configuration for LDAP and OAuth if you use the feature according to <https://manual.seafile.com/upgrade/upgrade_notes_for_11.0.x>

Start with docker-compose up.

## Upgrade from 9.0 to 10.0

Just download the new image, stop the old docker container, modify the Seafile image version in docker-compose.yml to the new version, then start with docker-compose up.

If you are using pro edition with ElasticSearch, SAML SSO and storage backend features, follow the upgrading manual on how to update the configuration for these features: https://manual.seafile.com/upgrade/upgrade_notes_for_10.0.x
If you are using pro edition with ElasticSearch, SAML SSO and storage backend features, follow the upgrading manual on how to update the configuration for these features: <https://manual.seafile.com/upgrade/upgrade_notes_for_10.0.x>

If you want to use the new notification server and rate control (pro edition only), please refer to the upgrading manual: https://manual.seafile.com/upgrade/upgrade_notes_for_10.0.x
If you want to use the new notification server and rate control (pro edition only), please refer to the upgrading manual: <https://manual.seafile.com/upgrade/upgrade_notes_for_10.0.x>

## Upgrade from 8.0 to 9.0

Expand Down

0 comments on commit c575764

Please sign in to comment.