Self-Hosted: Updating/Upgrading your Hudu Instance

   This article has been moved!

We've recently updated our support center articles - Please bear with us while we make the transition. This article can now be found here!

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?
0 out of 0 found this helpful