Replies: 4 comments 2 replies
-
What container image are you running, and where did you get it from? Are you using docker-compose? If you're using assets published by the netbox-docker project, then you probably want to raise this separately as an issue there. But first I suggest that you try to reproduce this problem with a fresh docker container, before you attempt upgrading a database from a previous version. |
Beta Was this translation helpful? Give feedback.
-
Hi jburgon In my case it was an internal communication with redis. I've ran a simple telnet localhost 6379 Ran telnet 127.0.0.1 6379 .... worked I've changed the config for redis Worked like a charm after Hope it helps in your case as well |
Beta Was this translation helpful? Give feedback.
-
Thanks for the input. My previous version was 2.11 (not sure exactly which one but it was the latest). I'm running this in docker in unraid using this image: https://hub.docker.com/r/pitkley/netbox. I simply updated the container because an update was available and it updated to a dev version. I didn't ask for a dev version nor would I have chosen it if presented with that option. The file /etc/redis/redis.conf doesn't exist in my container. Should I be looking somewhere else? I might switch to the linuxserver container so if I have to rebuild everything it's fine. |
Beta Was this translation helpful? Give feedback.
-
I avoid linuxserver containers unless I need their docker volume file permission tweaks or a software is not containerized by the main project. They generally do not support their projects to the degree the actual maintainers of a project would. The update of netbox-docker is pretty straight forward if you follow the release notes. First of all, if you originally cloned the netbox-repo, please be aware that the previous netbox-docker 1.2.0 only supports netbox v2.11. I would pull down tag/release 1.3.1 and be sure to read the release notes for 1.3.0 and 1.3.1 since there is some extra steps you need to take. https://github.com/netbox-community/netbox-docker/releases |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running netbox in a docker container in unraid. It updated to version 3.0.3-dev from version 2 and now it shows a server error. Any ideas? Thanks
<class 'redis.exceptions.ConnectionError'>
Error 111 connecting to localhost:6379. Connection refused.
Python version: 3.9.7
NetBox version: 3.0.3-dev
Beta Was this translation helpful? Give feedback.
All reactions