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:

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