Cryptpad-server-upgrade

From Irregularpedia
Revision as of 05:34, 7 September 2024 by Maintenance script (talk | contribs) (Initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Find the latest cryptpad releases : https://github.com/cryptpad/cryptpad/releases/

At a minimum, you will run:

git fetch origin --tags

Then you will select the latest tag:

git checkout 2024.3.0

Then you will make sure that all javascript is installed:

npm ci
npm install
npm run install:components

Then restart the server and check status:

systemctl restart cryptpad; systemctl status cryptpad