SystemRestore
  • 1 Minute to read
  • Dark
    Light
  • PDF

SystemRestore

  • Dark
    Light
  • PDF

Article summary

Restores a project's mongo data that was previously backed up using the Backup method with  "system": true.

Method

KeyValue(s)Description
methodSystemRestoreRestores a project's mongo data that was previously backed up using the backup method.
projectProjectnameName of original project
targetProjectnewProjectNameMust be blank for a system restore
pathpathandfilenamepath and file to zip file generated by Backup method


Example

The following will restore the system objects for project1 from the [realm_SYSTEM...zip] file.    The zip file will contain the system objects for all projects that were in the realm when the system backup was run. 

{
  "method": "SystemRestore",
  "path": "%DATAPATH%Backups/realm1_SYSTEM_20230512_192043_1.zip",
  "projectName": "Project1",
  "description": "Restore System Objects for Project1",
  "project": "TestProject"
}



Was this article helpful?

What's Next