In order to upgrade your Hudu instance on self-hosted:
- Validate and make sure you have a current up-to-date backup.
- Login to the server
- Run:
-
cd ~/hudu2
-
sudo docker-compose down
-
sudo docker-compose pull
-
sudo docker-compose up -d
-
The Hudu server should be up in 5-10 minutes, with the newest version.
If you experience a 502 bad gateway, this is typically just the Hudu server booting up a bit slow. It should resolve after 5-10 minutes, when the Hudu server has fully booted.
If you experience problems, contact Hudu support (support@hudu.com)