-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop Xeoma from auto-updating #17
Comments
I am not seeing this behavior, when VERSION set to 20.11.30 this actually now fixes version3.xml no longer being published to xeoma's site and does not update with cronjob:
|
I have this problem.. I'm currently trying to run version 20.7.31 and after some time running it seems to update it self to the latest version which several of my licenses are no longer eligible for. I believe passing |
I've got a version of the container running with my proposed change, will submit a PR once I verify it resolves the issue. |
|
After a bit more investigation I think this is actually due to some bug in the update process built into the container when using environment variables instead of the configuration file. |
What's the best way to disable the hourly CRON job that updates Xeoma?
When you run this image specifying a specific version of Xeoma using environment variables, it starts up with the desired version. At some point, however, Xeoma gets updated to the latest version regardless of what is specified in the VERSION setting. This is undesirable because if the user's license doesn't cover the very latest version then Xeoma will stop working (switches to supporting 0 devices). The update occurs even if updating is disabled in the Xeoma GUI.
Ideally it wouldn't try to update if the user has specified anything other than "latest" for VERSION.
The text was updated successfully, but these errors were encountered: