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:

yarn install

Rebuild the project:

yarn build

Finally, start the application:

yarn start

Docker

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

PostgreSQL:

docker pull ghcr.io/umami-software/umami:postgresql-latest

or MySQL:

docker pull ghcr.io/umami-software/umami:mysql-latest