Restores a project's mongo data that was previously backed up using the backup method.
Method
Key | Value(s) | Description |
---|---|---|
method | restore | Restores a project's mongo data that was previously backed up using the backup method. |
project | Projectname | Name of original project |
targetProject | newProjectName | Name for restored project. Must match name of underlying repository sub-directory. |
path | pathandfilename | path and file to zip file generated by Backup method |
Example
{
"method": "Restore",
"path": "%DATAPATH%mybackup.zip",
"targetProject": "DemonstrationCopy",
"project": "Demonstration"
}