Restore
- 1 Minute to read
- Print
- DarkLight
- PDF
Restore
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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"
}
Was this article helpful?