You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting Binner, it throws an error failing to upgrade the database.
The problem was - likely due to an older bug - there was a duplicate partType in the old database and when it was upgraded it failed to handle this condition gracefully.
A PR is being submitted for the fix, which will group and filter duplicates out on migrate.
Would you like to attach your appsetings.json configuration?
No response
Screenshots or Videos (Optional, but they help!)
Are you able to contribute a PR? (No is ok!)
Yes, I am also opening a PR that solves the problem along side this issue
The text was updated successfully, but these errors were encountered:
Binner version
v2.3.0
Operating System
Linux
Describe the bug and the steps to reproduce it
When starting Binner, it throws an error failing to upgrade the database.
The problem was - likely due to an older bug - there was a duplicate partType in the old database and when it was upgraded it failed to handle this condition gracefully.
A PR is being submitted for the fix, which will group and filter duplicates out on migrate.
Would you like to attach your appsetings.json configuration?
No response
Screenshots or Videos (Optional, but they help!)
Are you able to contribute a PR? (No is ok!)
Yes, I am also opening a PR that solves the problem along side this issue
The text was updated successfully, but these errors were encountered: