Getting updates
Source code
In order to get the latest updates, first pull the changes from the Git repository:
git pullThen install any new or updated dependencies:
pnpm installRebuild the project:
pnpm buildFinally, start the application:
pnpm startDocker
For Docker, simply pull the latest image; with PostgreSQL support:
docker pull docker.umami.is/umami-software/umami:latest