Replies: 2 comments 3 replies
-
|
Yes. there seems to be an issue with the latest 0.53.1 image since it cant be found when trying to update to it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I stopped the service, ran pip3 --upgrade, started the service, and the VERSION_TAG in my data/changedetection.json is still at 0.53.1? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a venv running the pip install. I updated this morning using pip3 install --upgrade changedetection.io. All went well but version wasn't updated when looking at the website. I performed numerous searches thru the site-packags code to verify new version number, clearing of caches, etc., to no avail.
I finally looked in my data dir and noticed that the version_tag in changedetection.json was set to the old version. i stopped the service, renamed data dir to data.bak, created a new data dir, started service and voila, new version showed up on the website. reversed myself and put the old data dir back, and voila, old version showed up on the website.
Is this a bug in the upgrade process? The data dir changedetection.json version_tag isn't getting updated. A (slightly) larger concern is I don't know what else in the data dir might not have been updated...
Beta Was this translation helpful? Give feedback.
All reactions