Replies: 3 comments 2 replies
-
|
To update you would need to pull the latest container images. If you're using docker compose like we setup in the installer, you could run: sudo docker compose down
sudo docker compose pull
sudo docker compose up -dThis will stop the stack, pull the new container images, and then start the stack. We include a migration script that will automatically run when you start the new version if any changes to the config files / database are required, so there should be very little to no intervention needed on your end. However, it's always best to check the changelog on our Releases page to see if there are any significant and potentially breaking changes in case you need to intervene. As we are in beta we plan to release many frequent updates with improvements and bug fixes, so it's best to stay on top of new releases! Best of luck! |
Beta Was this translation helpful? Give feedback.
-
|
Just did run these commands: sudo docker compose down && sudo docker compose pull && sudo docker compose up -d But pangolin web still shows beta 10...? |
Beta Was this translation helpful? Give feedback.
-
|
Checked compose.yaml, shows: Install script shouldn't tag a specific beta I guess. Changes to tag :latest |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Didn't find it in the docs:
how do I update a running pangolin server, when a new version is released or the final one?
Awesome project!!!!!
Thx!
Beta Was this translation helpful? Give feedback.
All reactions