You can get it from the Seafile download section.
Please remember:
- Don’t forget to stop Seafile Server before the upgrade (i.e:
service seafile-server stopor, another example:service seahub stop && service seafile stop) - Don’t forget to change the directory rights of Seafile after unpacking it (i.e:
chown -R seafile:nogroup seafile-server-6.2.3or, another example:sudo chown -R seafile:seafile seafile-server-6.2.3) - Don’t forget to apply the upgrade script/s according your start release && with the properly user which in normal case should be seafile (i.e change to seafile user:
su seafile -s /bin/bashor, another example:sudo su seafile)
Please install pyhton-requests module dependence and update Pillow to 4.1.1;
- To install python-requests:
apt-get install python-requests
- To check Pillow version:
pip list --format=columns | grep -i pillow
- upgrade Pillow until last version:
pip install --upgrade Pillow
- Some users need to install
libjpeg-devas well:
apt-get install libjpeg-dev
Important: Please check maybe this issue in the Seafile Forum for further unexpected behaviours and suggested troubleshooting
Link to the official announcement in forum. Could be a help regarding known errors in x64 version.
Once again, thanks to the developers and Seafile Community
have fun 