Stop-VEHANARestoreJob

Short Description

Stops the restore process for a backed-up SAP HANA database.

Applies to

Veeam Backup & Replication

Product Edition: Enterprise Plus, Veeam Universal License

Syntax

Stop-VEHANARestoreJob -RestoreJob <VEHANARestore> [-Force <SwitchParameter>] [<CommonParameters>]

Detailed Description

This cmdlet stops an ongoing restore job for a backed-up SAP HANA database.

Stop-VEHANARestoreJob Note:

  • Stopping the restore process will leave the database on the target server in an inconsistent state. A new recovery process will be necessary to resolve the issue.
  • The cmdlet stops restore jobs initiated in the PowerShell console only.
  • Restore jobs will not stop automatically if you close the PowerShell console. To stop the restore session, you must run the Stop-VEHANARestoreJob cmdlet.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Force

Defines that the cmdlet will show no prompt before executing the command.

SwitchParameter

False

Named

False

RestoreJob

Specifies an initiated SAP HANA restore job. The cmdlet will stop this job.

Accepts the VEHANARestore object. To get this object, run the Get-VEHANARestoreJob cmdlet.

True

Named

True (ByValue)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Example

Stopping Restore Job

This example shows how to stop an SAP HANA restore job.

$restore = Get-VEHANARestoreJob

Stop-VEHANARestoreJob -RestoreJob $restore[3] -Force

Perform the following steps:

  1. Run the Get-VEHANARestoreJob cmdlet. Save the result to the $restore variable.

The cmdlet will return an array of active restore jobs. Note the ordinal number of the necessary restore job (in our example, it is the fourth restore job in the array).

  1. Run the Stop-VEHANARestoreJob cmdlet. Set the $restore variable as the RestoreJob parameter value and select the necessary restore job. Note that the Force parameter is also provided, which will cause the restore job to be stopped without any additional prompts or warnings.

Related Commands

Get-VEHANARestoreJob

Page updated 10/5/2023

Page content applies to build 12.1.1.56