--- title: "Start-VEHANADatabaseRestore" description: "Restores a backed-up SAP HANA database. Product: Veeam Backup & Replication Product Edition: Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: This cmdlet restores a backed-up SAP HANA database." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/start-vehanadatabaserestore.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for SAP HANA > Start-VEHANADatabaseRestore" dateModified: "2026-08-18" --- # Start-VEHANADatabaseRestore ## Short Description Restores a backed-up SAP HANA database. **Product**: Veeam Backup & Replication **Product Edition**: Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
RestoreToAnotherServerPointInTime
RestoreToAnotherServerSpecificBackup
RestoreToAnotherServerByPrefix
RestoreToOriginalLatestState
RestoreToOriginalPointInTime
RestoreToOriginalByPrefix
RestoreToOriginalSpecificBackup
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ApplicationCredential |
Specifies the credentials for the target SAP HANA system. Note: This parameter is obligatory when the plug-in on the target machine is managed by a standalone Veeam Plug-in for SAP HANA. Accepts the |
|
False |
Named |
False |
|
Backup |
Specifies an SAP HANA backup from the backup catalog. Accepts the |
True |
0 |
True (ByValue) |
|
|
ClearLog |
Clears the log area and restores the database as of the last log backup before the selected point in time. Note: To ensure stable operation of the database on the target system, this parameter is automatically used when restoring a tenant SAP HANA database to another server. |
|
False |
Named |
False |
|
ClientCertificatePassword |
Specifies the password of the private key used for client validation. A password is only required if the certificate was exported with password protection enabled. |
|
False |
Named |
False |
|
ClientCertificatePath |
Specifies the path of the private key used for client validation. |
|
False |
Named |
False |
|
Database |
Specifies an SAP HANA database. The cmdlet will start a restore job for the specified database. Accepts the |
True |
0 |
True (ByValue) |
|
|
Force |
Defines that the cmdlet will overwrite an existing SAP HANA database with an SAP HANA database from the backup. Note: The cmdlet will show no prompt before executing the command. |
|
False |
Named |
False |
|
GuestCredential |
Specifies the credentials for the target SAP HANA server. Note: This parameter is obligatory when the plug-in on the target machine is managed by a standalone Veeam Plug-in for SAP HANA. Accepts the |
|
False |
Named |
False |
|
PointInTime |
Specifies a point in time in the backup file. The cmdlet will restore the database to the state of the specified point in time. Note: You must specify the time zone of the selected point in time using the |
|
True |
Named |
False |
|
Prefix |
Specifies the backup prefix of the SAP HANA backup you want to use. |
|
True |
Named |
False |
|
TargetDatabaseName |
Specifies the name of the restored database on the target server. |
|
False |
Named |
False |
|
TargetServerName |
Specifies DNS name or IP address of the target server. |
|
True |
Named |
False |
|
TargetSystemName |
Specifies the name of the target system. |
|
True |
Named |
False |
|
TargetSystemUserPassword |
Specifies the SYSTEM database user password for the newly created database on the target server. Note: This parameter is only required if the restore process creates a new database on the target server. |
|
False |
Named |
False |
|
TimeZone |
Specifies the time zone of the point-in-time state to which you want to restore your data. |
|
True |
Named |
False |
|
UseHttps |
Defines that Veeam Explorer for SAP HANA will use the HTTPS protocol for establishing a connection to the target SAP HANA server. |
|
False |
Named |
False |
|
UseSSL |
Defines that Veeam Explorer for SAP HANA will use the TLS protocol to establish a secure connection to the target SAP HANA system. |
|
False |
Named |
False |