Provision branch fails with: 'relation "dcim_cabletermination_unique_termination" already exists' #258
-
Can anyone help me shed some light on what is going on here? I just installed the plugin (v0.5.5) to Netbox v4.2.8 following the guidelines in the documentation. I restarted Netbox and tried creating a new branch which fails on provisioning. The last few lines of the failed job are below.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I had the same Error with the version 0.5.5 , i reinstalled everything after a clean up and i went down to the version 0.5.4 and it works now, plus if u had a vanilla installation of Netbox u should add this service netbox-rq , netbox-rq is a background worker service that runs Redis Queue (RQ) jobs for NetBox. Without netbox-rq, any queued task will remain in “pending” or “failed” state, and background features like branch provisioning will not work.
|
Beta Was this translation helpful? Give feedback.
-
Sounds like bug #260. Will be fixed in the v0.5.6 release. |
Beta Was this translation helpful? Give feedback.
Sounds like bug #260. Will be fixed in the v0.5.6 release.