Hi,
I’m encountering an error during a mongorestore. Basically, the restoring phase ends without any errors, but the index creation fails with
createIndex error: (DuplicateKey) Index build failed: caused by :: E11000 duplicate key error
I do indeed have one duplicate document in the collection, but as far as I know that should trigger
continuing through error: E11000 duplicate key error
during the restoring phase. I can see that message in a couple of the other collections that I’m restoring, and the indexes of those collections are created correctly.
What should I look for to solve this ?
Thanks