Replies: 1 comment 2 replies
-
This error indicates that you have multiple interfaces belonging to the same VM with duplicate names. You'll need to delete the offending interfaces, then re-run the migrations. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
NetBox version
2.11.12
Python version
3.8
Steps to Reproduce
I'm upgrading a docker-based netbox install from 2.5.13 to 2.11.12 (as a intermediary step to 3.0.x), and I get the following migration error:
Expected Behavior
The migration to go through smoothly and have a running netbox instance again.
Observed Behavior
The error message above pops up, and netbox doesn't come up.
I found #5334 which seems to match the error, but wasn't followed up properly.
We used to have a sync script from VMware to NetBox, maybe this caused this issue? We don't use NetBox for VMs anymore, so if there would be a way to remove all that from the database, and that would solve the issue, we'd be happy to do that.
Beta Was this translation helpful? Give feedback.
All reactions