Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-4554

Revisit description of mongodump --repair option

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • v1.3.15, mongodb-3.0
    • Affects Version/s: None
    • Component/s: manual
    • None

      --repair in mongodump doesn't do the same thing as --repair on the server and the language at http://docs.mongodb.org/manual/reference/program/mongodump/ is incorrect.

      Description should be clear that --repair is read-only and:

      a) for MMAPv1 does a forward and backward pass, iterating through documents, resulting in duplication of each document if the database is in a valid state, and
      b) doesn't do anything (as yet) on other storage engines.

      --repair
      Runs a repair option in addition to dumping the database. The repair option attempts to repair a database that may be in an invalid state as a result of an improper shutdown or mongod crash.
      The --repair option uses aggressive data-recovery algorithms that may produce a large amount of duplication.

            Assignee:
            sam.kleinman Sam Kleinman (Inactive)
            Reporter:
            michael.paik Michael Paik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              9 years, 33 weeks, 1 day ago