Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-22958

Duplicate key error during mongorestore from v2.6 dump to v3.2

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.6.12, 3.2.3
    • Component/s: None
    • None
    • Environment:
      Linux
    • ALL
    • None
    • 0
    • None
    • None
    • None
    • None
    • None
    • None

      I am trying to mongorestore a dump (created by v2.6 mongodump) to v3.2 mongod and getting a lot of "E11000 duplicate key error". However, after the restore, the new collection seems to have all records.
      The same dump works fine without error when restored to a v2.6 mongod.
      The fact that it is a dump created by mongodump and it works without error when restored to a 2.6 mongod confirms that there are no duplicate records in the dump. Wondering if these are false errors

      2016-03-01T00:56:47.260+0000 error: multiple errors in bulk operation:

      • E11000 duplicate key error collection: Reports.RestoredCollection index: id dup key: { : { T: new Date(1456358400000), AD: 130318, PB: 10264, CG: 307 }

        }

      btw, I tried option --drop too just in case but didn't help as expected.

            Assignee:
            kelsey.schubert@mongodb.com Kelsey Schubert
            Reporter:
            bkumar@nativo.net Bijith Kumar
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: