Closed dimadev01 closed 1 year ago
Sometimes I have the same bug but not always.
Thanks. And what happens when you click to refresh db? Do the duplicates disappear? I'm looking into the issue now.
Thanks. And what happens when you click to refresh db? Do the duplicates disappear? I'm looking into the issue now.
Nope, they are still there after the refresh
Seems like we have found the cause for this behaviour. A simple description of the problem:
We recommend the following steps to be taken:
Sorry, again, for the problem caused :(
Please let us know if this worked for you. Link to the new release:
Seems like we have found the cause for this behaviour. A simple description of the problem:
- each collection has a UUID identifier that is given by mongodb
- these ids should be unique even when you copy or restore a collection
- Mingo relied on these, but it turned out that they don't have to be unique all the time
- we have now changed the way Mingo identifies collections and released a patch for this issue
We recommend the following steps to be taken:
- remove the problematic connection from Mingo (I know this is a pain and we are really sorry this, but we can't do a roll-back on this)
- install the patch
- add the connection again.
Sorry, again, for the problem caused :(
Please let us know if this worked for you. Link to the new release:
Heyy, so good you found the solution! No worries about reinstalling it from my side! I love Mingo, I'm glad you found the bug!
Seems like we have found the cause for this behaviour. A simple description of the problem:
- each collection has a UUID identifier that is given by mongodb
- these ids should be unique even when you copy or restore a collection
- Mingo relied on these, but it turned out that they don't have to be unique all the time
- we have now changed the way Mingo identifies collections and released a patch for this issue
We recommend the following steps to be taken:
- remove the problematic connection from Mingo (I know this is a pain and we are really sorry this, but we can't do a roll-back on this)
- install the patch
- add the connection again.
Sorry, again, for the problem caused :( Please let us know if this worked for you. Link to the new release: https://github.com/mingo-app/mingo/releases/tag/v1.12.1-rc1
Heyy, so good you found the solution! No worries about reinstalling it from my side! I love Mingo, I'm glad you found the bug!
It worked, thanks!
Version 1.11.1
Nothing special, just connected and voilá