-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Upgrade from 3.5.8 to 3.7.4 Issues #15432
Replies: 1 comment · 5 replies
-
Please get a full backtrace, either by setting DEBUG=True in configuration.py (in which case it'll be displayed in the web page), or setting EMAIL and ADMINS in configuration.py (in which case it will be E-mailed to you) |
Beta Was this translation helpful? Give feedback.
All reactions
-
What he said, plus, what's the reason for you saying that you are upgrading direct from 3.5.8 to 3.7.4 but the error message shows that you are actually running NetBox 3.7.1? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Environment: Request Method: GET Django Version: 4.2.9 Template error: Traceback (most recent call last): Exception Type: TypeError at /dcim/devices/ |
Beta Was this translation helpful? Give feedback.
All reactions
-
Here's the 3.7.4 output. I attempted to move back to 7.1 but got the same errors. Environment: Request Method: GET Django Version: 4.2.11 Template error: Traceback (most recent call last): Exception Type: TypeError at /dcim/devices/ |
Beta Was this translation helpful? Give feedback.
All reactions
-
Looks to me to be something to do with custom fields. And it also suggests something to do with choice sets which were introduced in v3.6. Did you run |
Beta Was this translation helpful? Give feedback.
All reactions
-
Found the issue with the debug. Thank you for pointing me that way! Ended up being a Custom Field issue of some sort. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I attempted to upgrade from 3.5.8 to 3.7.4 (direct upgrade) and I am now unable to access the "Devices" section. I can see Devices via API, or I can do a global search and find devices that way, but the actual list of all devices in NetBox comes back with the following error:
Has anyone else run into this? Have any ideas on how to resolve? I attempted to roll back, but this is a lab and I did not back things up prior to the upgrade. I do need to upgrade our production version though and need to make sure this does not occur there.
Beta Was this translation helpful? Give feedback.
All reactions