Getting updates

Source code

In order to get the latest updates, first pull the changes from the Git repository:

git pull

Then install any new or updated dependencies:

pnpm install

Rebuild the project:

pnpm build

Finally, start the application:

pnpm start

Docker

For Docker, simply pull the latest image for your database configuration.

PostgreSQL:

docker pull docker.umami.is/umami-software/umami:postgresql-latest

On this page