Redis DNS error #1549
Replies: 2 comments
-
|
I take da same error: I noticed that the redis container does not remain active and instead only redis-cache stays online, and this seems to be the error recorded in the log. I think all access should be done through redis-cache. The environment settings in netbox are: REDIS_CACHE_HOST=redis-cache I haven't been able to resolve it yet. |
Beta Was this translation helpful? Give feedback.
-
|
From docker release 3.0.0 redis is switched to valkey (https://github.com/netbox-community/netbox-docker/releases/tag/3.0.0). I had to delete the following 3 docker volumes: netbox-docker_netbox-redis-cache-data |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I upgraded today to netbox-docker v3.4.1.
It seems like something regarding redis is broken:
Any idea what could be wrong? I checked the env files, looks good. Also in the docker-compose file I see nothing that seems odd. But I am also not very used to docker (yet)
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions