Unable to upgrade Netbox 3.3.5 -> 3.4.8 #12332
aakozlov85
started this conversation in
General
Replies: 1 comment 1 reply
-
Thie is described in the release notes for v3.4 under "Breaking Changes":
In your case it looks like you have two devices in the same site with names which conflict when downcased; for example they might be
Your solution is either to delete one of these devices, or to rename one of them (e.g. to "N55-m16up-1") |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi!
I am trying to upgrade my Netbox 3.3.5 to the latest stable release.
I am using upgrade.sh script for that, following official documentation.
At migrations step i am getting error:
django.db.utils.IntegrityError: could not create unique index "dcim_device_unique_name_site_tenant"
DETAIL: Key (lower(name::text), site_id, tenant_id)=(n55-m16up, 1, 1) is duplicated
Please advise for my next steps.
Beta Was this translation helpful? Give feedback.
All reactions