Restoring from a Decoupled Virtual Backup

Follow these steps to restore from a decoupled virtual backup.

  1. Restore the system-level copy of the IQ store, for example:
    dd if=iqdemo.copy of=iqdemo.iq
  2. Restore from the IQ full backup file.
    RESTORE DATABASE iqdemo.db FROM 'iqdemo.full'
  3. Restore from the IQ incremental backup file.
    RESTORE DATABASE iqdemo.db FROM 'iqdemo.isf'
  4. Start the IQ database.