relation "netbox_topology_views_coordinategroup" already exists #339
Unanswered
Azmodeszer
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hi @Azmodeszer, thank you for trying the beta.
Looks like you tried some kind of migration before. If you didn't the relation wouldn't exist. The easiest fix is to restore a database backup but that might lead to other problems if it's you production system. You can use "python3 manage.py dbshell" in order to drop the table netbox_topology_views_coordinategroup and probably also netbox_topology_views_coordinate. Let us know if you need further assistance with dbshell. |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to install v3.6.0-beta.2 since I need the BASE_PATH fix for icon images, but when I try to migrate this happens:
The migration/install works fine when I do it through
pip3 install netbox-topology-views
, but that installs the 3.5 version, which doesn't have the fix I need.NetBox v3.5.4
Python v3.9.2
OS: Debian 11
Beta Was this translation helpful? Give feedback.
All reactions