I think I've successfully managed to upgrade seafile-server and seahub (7.0.5 → 7.1.1) but I have no idea how to initialize and run the server, since the systemd unit changed:
The former
ExecStart=/usr/bin/seafile-admin start
made some sense while the new
ExecStartPre=/srv/seafile/%i/seafile-server/seafile.sh start
ExecStart=/srv/seafile/%i/seafile-server/seahub.sh start
suggest that these scripts be run from a place they are not even present in (and copying them to that, or corresponding location, also fails to start seafile-server since it immediately complains about a missing "conf" folder, even though it is present).
It the easiest course of action simply to wait for the Python 3 version of seafile-admin and leave my current configuration as it is?
Pinned Comments