Replies: 3 comments 4 replies
-
Well, clearly there's something wrong with your docker-compose file or the docker image it refers to, so where did you get them from? The current version of Netbox is v3.1.9, and Netbox-docker is 1.6.0, so what you have is very old. Also, what do you mean by "source" and "target"? |
Beta Was this translation helpful? Give feedback.
-
Yes know that it is very old. For that I figure out I have to first reach the Version 2.11.0 and then jump to Version 3.xx I also tried to use the actual netbox-docker 1.6.0 with no luck. Seems that I can not use netbox-docker 1.6 to deploy the very old Version 2.10.x The error occurs when dumping my Backup into the image. I used this procedure:
|
Beta Was this translation helpful? Give feedback.
-
Got it working with netbox-container 1.2.0 and netbox version 2.11.12. Thx to ryanmerolle for the help on that. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, when starting my docker-compose I'm getting this Error in the netbox worker container:
Traceback (most recent call last):
File "/opt/netbox/netbox/manage.py", line 8, in
from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'
source Netbox V 2.10.3
target Netbox V 2.10.4
Netbox-Docker V 0.27
Beta Was this translation helpful? Give feedback.
All reactions