Closed adorsett closed 2 years ago
It appears that I have multiple unit IDs that have the same name because, well, they do. Looks like it's the dispatch consoles...
It was a bug in v5 where you shouldn't have multiple [systemId, unitId] with the same values. Clean up your configuration in v5 before migrating to v6. Alternatively, you can start from scratch, export your configuration from v5, and reload the configuration into v6.
Thanks, I did some digging and found a single unit-id that was duplicated in the units db column. I did a manual DB update and was able to remove the offender and the migration ran cleanly. Appreciate the nudge in the right direction.