Upgrade from 3.6.7 to 3.7.0 fails #14667
-
Hi, Everything goes well until the Database migrations, where is a failure: Applying database migrations (python3 netbox/manage.py migrate)... What can i do? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
That's an issue in the topology views plugin, not with the upgrade itself. There is a patch you can pin in beta for your local requirements file on that repo. |
Beta Was this translation helpful? Give feedback.
-
The WebhooksMixin class was renamed to EventRulesMixin in v3.7.0. Unfortunately this was not captured under breaking changes in the release notes. |
Beta Was this translation helpful? Give feedback.
That's an issue in the topology views plugin, not with the upgrade itself. There is a patch you can pin in beta for your local requirements file on that repo.