seafile-containerized/upgrade_from_old_format.md

454 B

Follow these steps:

  1. Stop & Delete the old container.
  2. Pull the new images.
  3. Run the new container.

e.g.

Assume your old project path is /opt/seafile-docker, so your data path is /opt/seafile-docker/shared.

docker rm -f seafile
docker pull seafileltd/seafile:latest
docker run -it --name seafile -v /opt/seafile-docker/shared:/shared -p 80:80 -p 443:443 seafileltd/seafile:latest

Congratulations, you've upgraded to a new version.