MENU
      Restore
      • 1 Minute to read
      • Dark
      • PDF

      Restore

      • Dark
      • PDF

      Article summary

      Restores a project's mongo data that was previously backed up using the backup method.

      Method

      KeyValue(s)Description
      methodrestoreRestores a project's mongo data that was previously backed up using the backup method.
      projectProjectnameName of original project
      targetProjectnewProjectNameName for restored project.  Must match name of underlying repository sub-directory.
      pathpathandfilenamepath and file to zip file generated by Backup method


      Example

      {
        "method": "Restore",
        "path": "%DATAPATH%mybackup.zip",
        "targetProject": "DemonstrationCopy",
        "project": "Demonstration"
      }
      JSON





      Was this article helpful?