Error upgrading from Netbox 2.11.9 to 3.0.0 #8635
-
I'm following the guide and the upgrade.sh scripts fails at the below. Any guidance would be appreciated. ModuleNotFoundError: No module named 'graphiql_debug_toolbar' Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Have you got any plugins installed? If so, try disabling them. |
Beta Was this translation helpful? Give feedback.
-
I don't remember installing any particular plugins. How can I check if I do? |
Beta Was this translation helpful? Give feedback.
-
At what point does the script fail? |
Beta Was this translation helpful? Give feedback.
-
It stops at the below: ERROR: Database schema migrations are out of synchronization. (No
the "showmigrations" command shows the below: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
graphiql_debug_toolbar
should be installed automatically by the upgrade script. The fact that it's missing suggests something has gone wrong with the upgrade.At what point does the script fail?