Logo Trilium Rocks!

Upgrading

For all platforms, make sure your current Trilium instance is fully closed and no longer running. Use the task manager of your system to ensure it's fully closed.

Windows#

Follow the same steps for the Desktop setup for Windows, but when you extract the files, extract them overtop your previous version. This leaves any and all shortcuts still intact.

Mac OS#

Open your Applications folder and delete the existing Trilium Notes.app then reinstall using the steps seen in the installation section.

Linux#

Remove your existing installation then follow the same steps from the installation process. Doing it this way should leave any aliases and shortcuts intact.

Docker#

Make sure your docker compose file uses a version that has an update. latest will always use the latest. Then it's as easy as running

docker compose down
docker compose pull
docker compose up