Restore
  • 1 Minute to read
  • Dark
    Light
  • PDF

Restore

  • Dark
    Light
  • 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"
  }





Was this article helpful?

What's Next