Cryptpad-server-upgrade
Find the latest cryptpad releases : https://github.com/cryptpad/cryptpad/releases/
At a minimum, you will run:
<syntaxhighlight lang="shell">git fetch origin --tags</syntaxhighlight> Then you will select the latest tag:
<syntaxhighlight lang="shell">git checkout 2024.3.0</syntaxhighlight> Then you will make sure that all javascript is installed:
<syntaxhighlight lang="shell">npm ci npm install npm run install:components</syntaxhighlight> Then restart the server and check status:
<syntaxhighlight lang="shell">systemctl restart cryptpad; systemctl status cryptpad</syntaxhighlight>