Closed duhow closed 2 days ago
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". @murrant Would it help to show a warning message but continue running the software?
@crazy-max can you review changes again and validate?
I struggled with this Kubernetes + config.php and ultimately I solved this using lnms instead: https://github.com/LoveSkylark/LibreNMS-Helm/blob/main/templates/jobs-install.yaml
@LoveSkylark there is a way to do that without running lnms, any reason not to use it?
https://github.com/librenms/docker/blob/master/README.md#initial-configuration
As of https://github.com/librenms/docker/pull/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)