Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. On the backup server, go to the backup file path (i.e. C:\BACKUP\server1) and find the correct BackupID you wish to copy (You can use the latest date modified on the folder or go to BackupMyOrg backup log and view details to find the backupID/file location).

  2. On the backup server, copy the BackupID Folder of the backup from the backup server to theexact same replicated path on the restore server (including drive letter). This is from Step 1 of the First Time Setup Instructions.

  3. On the backup server, open MongoDB Compass and open the BackupReport BackupReports collection. Find the entry with the same name/backupID. Copy the backupReport backupReports entry JSON with the 2nd icon on the right of the entry.

  4. On the restore server, open MongoDB Compass and open the BackupReport BackupReports collection. (If it does not exist yet create this collection) Click on Add Data and Insert Document and paste the copied json and click insert to copy the BackupReport BackupReports entry from the backup server.

  5. Start the restore. You should now see the entry for the backup you just migrated. During the restore options be sure to change the restore destination to the restore identity.

...