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

Provide a more detailed discussion of rollback scenarios

    • Type: Icon: Task Task
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • Server_Docs_20231030
    • Affects Version/s: mongodb-2.2
    • Component/s: manual
    • Labels:
      None

      We give an overview of what rollbacks are, but no examples of where the file would be created and named (we do say it's in the dbpath though). We should probably describe a couple different scenarios of how to deal with the rolled back data. For example, in an insert only app, it would be appropriate to just re-insert the data into the primary. However, in many applications, it is a bad idea to blindly re-insert the data. The user will have to write the data into a temporary collection, then read each document, do some sort of checking and decide whether to re-insert or not. This is highly application dependent, so quite difficult to prescribe exact recipe for how to deal. This point should be made very clear.

            Assignee:
            Unassigned Unassigned
            Reporter:
            dan@mongodb.com Daniel Pasette (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              11 years, 29 weeks, 2 days ago