Restore a Consistency Group

The Restore function reverts the production data to a specified point in time. Restoring replaces the original production application data with the specified point-in-time image. This restoration results in the loss of all current application data as the application will be restored to its status at the point-in-time when the image was created. This operation cannot be undone.

Typically restore operations are performed to restore a database to event such as unexpected data corruption. The amount of time required to complete a restore operation depends on the amount of data involved.

Before you begin the consistency group restore process, note the following considerations:

  • Be very careful when restoring databases in a consistency group. When you restore databases that are in a consistency group, ALL databases in the consistency group are overwritten. If you do not want to overwrite all databases in the consistency group, first mount a single database, then use the manual VSSRESTORE command to copy the database files to the required location.
  • For an SQL Server failover instance, the database is always restored to the active node. Management console mounts the backup image to the active node and performs the restore operation on the node. For SQL Server Availability Groups, the restore is also performed on the active node.

Procedure

To restore a consistency group:

  1. Click the App Manager tab and select Applications from the drop-down menu. The Applications page opens.
  2. Select the Consistency Group that you want to restore, then choose Access from the drop-down list at the bottom of the Applications page. The Access page opens listing backup images in the Timeline ramp view. Image types that support a Restore operation include Snapshot, and Remote Snapshot (StreamSnap images).

    The Timeline ramp view is a time-based visualization of backup images for the selected application. You can use your mouse scroll wheel or the up and down arrows in the bottom left corner of the page to move the timeline through the backup images and make a selection. See Accessing the Timeline Ramp View of an Image for details.

    Background differentiates snapshot images containing database with transaction log files, and also illustrates the restore range time period for the logs.

  3. Select an image and then select Restore from the list of access operations. The Restore page opens.

  4. If the source application is protected by a snapshot policy that has enabled database log backups, and logs are available with the image, you can use them to roll forward to a specific point in time by changing these options in the Roll Forward Time section:

    • The date field contains all possible dates that the database can be rolled forward to (through the application of database transaction logs). Select which date you wish the database to be rolled forward to.
    • The time field contains a slider showing all possible times on the selected date that the database can be rolled forward to. If you select the latest possible date and then move the slider to the right most position, the restore job applies to all available logs. If you select the earliest possible date and move the slider to the left most position, the restore job will apply no logs.
    • You can specify to roll forward using either User Time or Host Time. User Time is relative to the local time of the current user. Host time is relative to the system that hosts the data to be restored.
  5. Select a single volume or multiple volumes to restore. By default all the volumes are selected.

  6. For a consistency group with a database, check the Restore With Recovery check box if you do not intend to roll the database logs. Restore with recovery option brings the restored database on line. Once the database is on line, logs cannot be applied.

  7. Click Submit . The image is restored. If restoring a consistency group with a database, the backup/recovery appliance creates a new database image populated with data copied from the selected point-in-time image.