Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Migration Failing #56

Open
ds2600 opened this issue Apr 22, 2024 · 3 comments
Open

Initial Migration Failing #56

ds2600 opened this issue Apr 22, 2024 · 3 comments

Comments

@ds2600
Copy link

ds2600 commented Apr 22, 2024

  • Netbox 3.7.0
  • Plugin 0.6.4
  • Python 3.10.12

Installing the plugin - the following error when attempting to run the initial migration. Not all that familiar with Django is someone is able to assist.

django.db.migrations.exceptions.NodeNotFoundError: Migration netbox_documents.0007_circuitproviderdocument dependencies reference nonexistent parent node ('extras', '0107_cachedvalue_extras_cachedvalue_object')
@felbinger
Copy link
Contributor

Make sure you're netbox instance is really up to date. This dependency got added in the last update

@nsauter
Copy link

nsauter commented May 23, 2024

Make sure you're netbox instance is really up to date. This dependency got added in the last update

But officially 3.7 isnt even supported or mentioned in the readme. Is 0.6.4 usable with 3.7?

@a084ed22
Copy link
Contributor

This plugin should work fine with netbox < 4.0. The referenced migration is only 3 months old: https://github.com/netbox-community/netbox/blame/develop/netbox/extras/migrations/0107_cachedvalue_extras_cachedvalue_object.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants