haiwen / seafile-docker

A Docker image for Seafile server
Other
544 stars 183 forks source link

Upgrading Docker Seafile to 7.1 #199

Closed sndrsnk closed 4 years ago

sndrsnk commented 4 years ago

Hey, I noticed Seafile 7.1 is now available and the upgrade steps for non-docker installations is outlined at https://download.seafile.com/published/seafile-manual/changelog/server-changelog.md -- is it okay to go ahead with these steps and are there any Docker-based steps we should be completing?

Thanks

sndrsnk commented 4 years ago

I was able to upgrade my copy from 7.0.10 to 7.1.3 using the following commands:

(see similar documentation (6.3 => 7.0 steps).

docker-compose down
docker login docker.seadrive.org 
docker pull docker.seadrive.org/seafileltd/seafile-pro-mc:latest
docker-compose up -d

Everything seems to be working as intended so far; however, I am experiencing issue #219 due to the recent upgrade from fastcgi to WSGI.