-
Environment
Steps to Reproduce
Expected Behavior'Connection' column populated with information about the device on the other side of the cable. Observed BehaviorThe Connection column shows '-'. When I add a new cable everything works as expected. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Have you run the migrations as per the documentation? |
Beta Was this translation helpful? Give feedback.
Have you run the migrations as per the documentation?
I suppose you are running the dockerized netbox, because the update.sh already does what you need.
If I am correct, follow the missing step on https://github.com/netbox-community/netbox-docker/releases/tag/0.27.0
docker-compose run --rm netbox ./manage.py trace_paths
should solve it