Errors when upgrading from 3.4.4 to 3.7.1 #14858
-
Hey, Applying database migrations (python3 netbox/manage.py migrate)... The above exception was the direct cause of the following exception: Traceback (most recent call last): I appreciate any help, and have a nice day :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
So i did: It passed through the last part and ended up crashing during the migration: Applying database migrations (python3 netbox/manage.py migrate)... And now i get this: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
running the below command has helped: Apparently, not my fault... |
Beta Was this translation helpful? Give feedback.
running the below command has helped:
./venv/bin/python3 netbox/manage.py migrate extras 0102_move_configrevision
Apparently, not my fault...
#14678