This is the manual method (no Docker)
cd
into the installation directory
Fetch the most recent tags
git fetch --all
Checkout the latest version
git checkout v2.10.2
Install project dependencies
yarn
Build
yarn prisma:generate && \
yarn web:build && \
yarn prisma:deploy
Restart
systemctl restart linkwarden.service
Fetch the most recent tags
git fetch --all
Checkout the latest version
git checkout v2.9.0
Install project dependencies
yarn && \
npx playwright install --with-deps chromium
Build
yarn build && \
yarn prisma migrate deploy
Restart
systemctl restart linkwarden.service