Skip to content

upgrade.sh fails 2.10.3 #5663

Answered by jeremystretch
msmith8fti asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like you have a duplicate cable connection in your database somehow. Try running this in the shell (manage.py nbshell):

cp=CablePath.objects.get(origin_type_id=7, origin_id=5)
cp.origin
cp.origin.parent

That should point you to the offending termination object.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ryanmerolle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #5658 on January 21, 2021 01:48.