-
Tried to upgrade via option B from https://netbox.readthedocs.io/en/stable/installation/upgrading/ Now I have error: Server Error The complete exception is provided below: <class 'django.contrib.contenttypes.models.ContentType.DoesNotExist'> ContentType matching query does not exist. Python version: 3.8.5 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Almost certainly you forgot to run the |
Beta Was this translation helpful? Give feedback.
https://groups.google.com/g/netbox-discuss/search?q=django.contrib.contenttypes.models.ContentType.DoesNotExist
Almost certainly you forgot to run the
./upgrade.sh
script; or if you did, it failed, in which case we need to see the error which the script reported.