Self-Hosted: Updating your Hudu Version

To update your Hudu instance on self-hosted:

Before updating, always make sure you have a current backup. Plan for about 5-10 minutes of downtime. You can update your Hudu instance to a new version by running:

Run:

cd ~/hudu2 && sudo docker compose down && sudo docker compose pull && sudo docker compose up -d

 

* Note that if you are using an older version of docker, it will be:

cd ~/hudu2 && sudo docker-compose down && sudo docker-compose pull && sudo docker-compose up -d
Was this article helpful?
1 out of 2 found this helpful