The Seafile server 13.0 components introduce several important changes. They were redesigned for deployment with Docker.
All settings must be specified as environment variables in the conf/.env file.
https://manual.seafile.com/latest/config/env/
You must also export these variables before running the upgrade script.
For example:
env "$(< ./conf/.env)" ./seafile-server/upgrade/upgrade_12.0_13.0.sh
A new seafile-notification service has been added to the package, and several existing services have been updated.
See /etc/webapps/seahub/nginx.conf and notification-server environment variables for details.
Pinned Comments