How to properly update changedetection #1552
-
I'm running a selfhosted changedetection v0.39.20.4 in my home network (installed pulling the git code, then What if I want to update regularly changedection to new versions, but at the same time keep all the data? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I highly recommend Portainer. It's just a docker container to manage docker containers using UI. From there you can easily update containers by pulling new images. |
Beta Was this translation helpful? Give feedback.
-
And you can confirm that is it possible to update changedetection image without affecting the data ? |
Beta Was this translation helpful? Give feedback.
-
If using the (Optional) pull the latest files: Stop the deployment, get the latest image, and start it back up in background:
|
Beta Was this translation helpful? Give feedback.
I highly recommend Portainer. It's just a docker container to manage docker containers using UI. From there you can easily update containers by pulling new images.