ValueError when upgrading from 3.6.5 to 3.6.8 #14628
-
Deployment TypeSelf-hosted NetBox Versionv3.6.8 Python Version3.10 Steps to Reproduce
Expected BehaviorPreviously, such an error did not occur. Observed Behavior
|
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Dec 28, 2023
Replies: 1 comment 2 replies
-
I would like to clarify that the Netbox is up and running, but I do not know what potential damage was or was not caused. So far I haven't found any problems. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like you have a plugin installed, probably called "netbox-attachments" or similar, and this is the source of the error.
I suggest you disable the plugin then re-run
./upgrade.sh
and if that's OK, report the problem to the plugin author (or leave the plugin disabled).