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:
yarn installRebuild the project:
yarn buildFinally, start the application:
yarn startDocker
For Docker, simply pull the latest image for your database configuration.
PostgreSQL:
docker pull docker.umami.is/umami-software/umami:postgresql-latestor MySQL:
docker pull docker.umami.is/umami-software/umami:mysql-latest