Replies: 2 comments
-
|
This is a bad answer I'm sure, but I ran into issues with merging the branch. I wound up going into the DB and modifying the changes to valid values and then when it replayed the actions to merge it worked. I did have to go in and verify things were good and fix a couple of the things that I had changed, but it seems like that is the way you have to go sadly. The table that I made modifications in was netbox_branching_changediff in the postgresql DB. |
Beta Was this translation helpful? Give feedback.
-
|
I encountered this today, and resolved it with a manual update to the database. Finding the problematic changes:(substitute your branch ID for abcd1234 in the example) Fixing the problematic changes:This will update "wwn": "" to "wwn": null Note that I ran this as a transaction so that I could see how many rows are updated and then choose to COMMIT or ROLLBACK. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I created a branch to model installation of a new firewall. We've done this before. In this case, however, when merging I get an error message and I've got not idea what to do to fix things. Several hours work has gone into this, so Start Over is not the correct answer.
Netbox v4.3.4, branching plugin v0.6.0, with this in configuration.py:
The error I get is this:
Anyone have any suggestions? I haven't seen any issues or forum questions like this. I have moved this question over from the Netbox forum, as I think it belongs here instead.
Thanks in advance,
-nic
Beta Was this translation helpful? Give feedback.
All reactions