I provisioned a new Netbox server (Python version: 3.6.8, NetBox version: 2.9.3) and migrated the database from our old Netbox server (v2.6.6). Prior to following the DB migration instructions
here I was able to login to the new server without issue. After migrating the DB I receive the below:
<class 'django.contrib.contenttypes.models.ContentType.DoesNotExist'>
ContentType matching query does not exist.
Python version: 3.6.8
NetBox version: 2.9.3
Any help would be much appreciated!