Umami
Prerequisites
- A running Umami instance deployed using Docker.
- SSH access to your server hosting the Umami instance.
1. Backup Your Data
Before updating, ensure you have a backup of your Umami database and configurations to avoid data loss.
2. Update the Umami Docker Container
Stop the Existing Umami Containers
SSH into our server where Umami is running.
cd Documents/umami
docker-compose down
3. Pull the Latest Umami Image
docker pull docker.umami.dev/umami-software/umami:postgresql-latest
4. Start the Umami Containers
docker-compose up -d
5. Verify the Update
Check the logs of the Umami container to verify that the update was successful.
docker logs umami_umami_1
Access Umami
Access Umami through your browser and verify that everything is working as expected.