Update Seafile Server on Raspberry


  1. Get link of newest seafile server release from https://github.com/haiwen/seafile-rpi/releases (e.g. v4.4.0/seafile-server_4.4.0_pi.tar.gz)
  2. Switch to the seafile user: sudo su seafile
  3. Switch to the seafile home folder: cd ~
  4. Download the new release: e.g. wget https://github.com/haiwen/seafile-rpi/releases/download/v4.4.0/seafile-server_4.4.0_pi.tar.gz
  5. Unpack the new release: tar -xzf seafile-server_4.4.0_pi.tar.gz
  6. Follow the steps in http://manual.seafile.com/deploy/upgrade.html

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert