-
-
Notifications
You must be signed in to change notification settings - Fork 278
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
Update init checks to be less restrictive #347
base: master
Are you sure you want to change the base?
Conversation
Question, how do you clear possibly incompatible cached data from redis? |
I haven't had the "need", but from the current test 22.6 to 23.4 I didn't find any "incompatible issues". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be an opt-in opt
@crazy-max can you review changes again and validate? |
I struggled with this Kubernetes + config.php and ultimately I solved this using lnms instead: |
As of #283 restrictive check, Docker images after
22.6.0
are not working properly for us.We are running LibreNMS in Kubernetes, where we have the
config.php
mounted asConfigMap
(read-only for the file system), and also Redis has disabledFLUSHDB
as a safety measure.Changes applied in here:
config.d
folder initially.config.d
files only if folder is writable.chown
folders only if are writtable.cache:clear
fails. (Redis)