Update board.net Installation authored by Roland Alton's avatar Roland Alton
...@@ -17,6 +17,11 @@ In `/etc/systemd/system/etherpad.service` we start the service with ...@@ -17,6 +17,11 @@ In `/etc/systemd/system/etherpad.service` we start the service with
## upgrade etherpad ## upgrade etherpad
do backup before updating:
/opt# tar -cvzf etherpad-lite1.6.1backup.tgz etherpad-lite/
``` ```
service etherpad stop service etherpad stop
n latest n latest
...@@ -29,9 +34,7 @@ Ctrl - C ...@@ -29,9 +34,7 @@ Ctrl - C
service etherpad start service etherpad start
``` ```
do backup before updating: if that does not work, install fresh clone of etherpad, copy `settings.json` and `src/static/custom folder` and re-install the plugins https://git.fairkom.net/hosting/board.net/-/issues/46#note_29311
/opt# tar -cvzf etherpad-lite1.6.1backup.tgz etherpad-lite/
added .gitignore files in some dirctories in locale / custom / static added .gitignore files in some dirctories in locale / custom / static
... ...
......