@Captain_Rage - seafile-admin is not supported for a long time and I don't think it will be updated in Python 3.
Now with the contribution of @yuyichao Seafile can practically be installed/upgraded as in the official manual.
https://download.seafile.com/published/seafile-manual/home.md
Your installation tree should look like this:
tree -L 2 /srv/seafile/seafile.tld
/srv/seafile/seafile.tld
├── ccnet
│ ├── ccnet-rpc.sock
│ └── misc
├── conf
│ ├── ccnet.conf
│ ├── gunicorn.conf.py
│ ├── __pycache__
│ ├── seafdav.conf
│ ├── seafile.conf
│ └── seahub_settings.py
├── logs
│ ├── ccnet.log
│ ├── controller.log
│ ├── seafile.log
│ └── seahub.log
├── pids
│ └── seahub.pid
├── seafile-data
│ ├── httptemp
│ ├── library-template
│ ├── pids
│ ├── seafile.sock
│ ├── storage
│ └── tmpfiles
├── seafile-server
│ ├── check_init_admin.py
│ ├── reset-admin.sh
│ ├── runtime
│ ├── seaf-fsck.sh
│ ├── seaf-fuse.sh
│ ├── seaf-gc.sh
│ ├── seafile
│ ├── seafile.sh
│ ├── seafobj_migrate.py
│ ├── seahub
│ ├── seahub.conf
│ ├── seahub.sh
│ ├── setup-seafile-mysql.py
│ ├── setup-seafile-mysql.sh
│ ├── setup-seafile.sh
│ ├── sql
│ ├── sqlite2mysql.py
│ ├── sqlite2mysql.sh
│ └── upgrade
├── seafile-server-latest -> seafile-server
└── seahub-data
├── avatars
└── thumbnail
The content of the Systemd service has changed, but the result should be the same.
Pinned Comments