thingsboard / thingsboard-ce-k8s

ThingsBoard Community Edition Kubernetes scripts and docs
Apache License 2.0
72 stars 89 forks source link

Fix missing redis configuration #117

Closed pon0marev closed 3 months ago

pon0marev commented 9 months ago

Due to the missing Redis configuration in the database-setup.yml file, the upgrade proceeded without clearing the Redis cache, and this led to failures in launching the new version. This is fixed by adding config maps with Redis variables to the tb-db-setup pod.

Updated Redis to the latest version compatible with the ThingsBoard. Added a note about Redis version compatibility.