---
title: "Backing up SAP HANA with Veeam Backup and Replication"
description: "This guide provides instructions for backing up SAP HANA databases using Veeam Backup and Replication and the Veeam Plug-in for SAP HANA"
url: https://docs.ovhcloud.com/pt/guides/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana
lang: pt
lastUpdated: 2024-09-17
---
# Backing up SAP HANA with Veeam Backup and Replication

## Objective

This guide provides instructions for backing up SAP HANA databases using Veeam Backup and Replication 12.2 and the Veeam Plug-in for SAP HANA.

[Veeam Enterprise Plus with OVHcloud](https://www.ovhcloud.com/en-gb/storage-solutions/veeam-enterprise/) allows you to use Veeam Backup and Replication 12 within your OVHcloud infrastructure and benefiting from a Veeam Enterprise Plus licence.

## Requirements

- A SAP HANA database has been installed.
- A Windows server that will host the solution [Veeam Backup and Replication](https://www.veeam.com/products/veeam-data-platform/backup-recovery.html).
- A storage space that will host the backups.
- The [firewall openings](https://helpcenter.veeam.com/docs/backup/plugins/ports_vpsh.html?ver=120) have been made, allowing communication between your servers.

## Instructions

### 1 - Installation of Veeam Backup and Replication

If you want to be guided through the installation of Veeam Backup and Replication on your Windows server, [our guide](/pt/guides/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication.md) outlines all the necessary steps.

### 2 - Configuration of the Backup Repository

After installing Veeam Backup and Replication on your Windows server, you need to configure the Backup Repository.

A Backup Repository is a storage space where Veeam Backup and Replication hosts the backups.

At this stage, two scenarios can occur:

- [Your infrastructure is not a SecNumCloud-qualified infrastructure](#nonsecnumcloud).
- [Your infrastructure is a SecNumCloud-qualified infrastructure](#secnumcloud).

#### 2.1 - Configuration of the Backup Repository for non-SecNumCloud needs [](#)
In this configuration, you can use a storage space, as well as an Object Storage to secure the backups in another OVHcloud region.

##### 2.1.1 - Creation of the Backup Repository


**Step 1**

Open the Veeam Backup and Replication console, select <code className="action">Backup Infrastructure</code>, then <code className="action">Backup Repositories</code>.
Click on <code className="action">Add Repository</code> to start the configuration assistant.
![backup_repository_1](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_repository_1.png)

**Step 2**

Select <code className="action">Direct attached storage</code> or <code className="action">Network attached storage</code>, depending on your situation.
- <code className="action">Direct attached storage</code> allows you to add a physical or virtual server as storage without NFS or SMB protocols.
- <code className="action">Network attached storage</code> allows you to add a file share via NFS or SMB (CIFS) protocols.
![backup_repository_2](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_repository_2.png)

**Step 3**

You will be guided through the steps of configuring the connection to the storage space, such as the IP address or the full name (FQDN) of your server, or the path where you want to store your SAP HANA backups.
Find detailed steps in the Veeam Backup and Replication 12 User Guide for different configurations:
- [Direct attached storage with Windows](https://helpcenter.veeam.com/docs/backup/vsphere/repo_add.html?ver=120)
- [Direct attached storage with Linux](https://helpcenter.veeam.com/docs/backup/vsphere/linux_repository_add.html?ver=120)
- [Direct attached storage with Linux Hardened](https://helpcenter.veeam.com/docs/backup/vsphere/hardened_repository.html?ver=120)
- [Network attached storage with SMB (CIFS) Share](https://helpcenter.veeam.com/docs/backup/vsphere/smb_share.html?ver=120)
- [Network attached storage with NFS Share](https://helpcenter.veeam.com/docs/backup/vsphere/nfs_share.html?ver=120)


**Step 4**

Your Backup Repository is now visible in the Veeam Backup and Replication console and ready to use with backup configurations.
You can go further in configuring this Backup Repository by setting access permissions for a specific user or a group of users, and by encrypting the backups that will be hosted in this Backup Repository. Find more information on this in the [Veeam Backup and Replication 12 User Guide](https://helpcenter.veeam.com/docs/backup/vsphere/access_permissions.html?ver=120).
If you do not wish to proceed with the creation of a Backup Repository Object Storage, make sure to configure the permissions for that Backup Repository. You can then continue with the chapter [Installation of Veeam Plug-in for SAP HANA](#veeampluginhana).
![backup_repository_3](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_repository_3.png)

##### 2.1.2 - Creation of Backup Repository Object Storage (optional)

This Backup Repository will be used to secure your backups on a secondary storage space, which can be hosted on a second OVHcloud region.

To discover the steps to create an Object Storage bucket, please refer to the detailed steps in [our guide](/pt/guides/storage-and-backup/object-storage/s3-getting-started-with-object-storage.md).


**Step 1**

Open the Veeam Backup and Replication console, select <code className="action">Backup Infrastructure</code>, then <code className="action">Backup Repositories</code>.
Click <code className="action">Add Repository</code> to start the configuration assistant.
![backup_repository_s3_1](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_repository_s3_1.png)

**Step 2**

Select <code className="action">Object storage</code>.
![backup_repository_s3_2](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_repository_s3_2.png)

**Step 3**

Select <code className="action">S3 Compatible</code>.
![backup_repository_s3_3](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_repository_s3_3.png)

**Step 4**

Give a name to your Object Storage Repository.
![backup_repository_s3_4](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_repository_s3_4.png)

**Step 5**

Enter the <code className="action">Service point</code> which corresponds to the Object Storage endpoint, as well as the region (in lowercase) of your Object Storage.
Add the credentials of the Object Storage user who has the <code className="action">Administrator</code> role on this Object Storage. This includes the access key and the secret key of the Object Storage user associated with the Object Storage. Find more information about the Object Storage user in [this guide](/pt/guides/storage-and-backup/object-storage/s3-identity-and-access-management.md).
![backup_repository_s3_5](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_repository_s3_5.png)

**Step 6**

Indicate the name of the Object Storage bucket where you want to store your SAP HANA backups.
You must also indicate or create a directory in this Object Storage bucket.
![backup_repository_s3_6](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_repository_s3_6.png)

**Step 7**

Your S3-compatible Backup Repository is now visible in the Veeam Backup and Replication console and can be used by backup configurations.
![backup_repository_s3_7](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_repository_s3_7.png)

##### 2.1.3 - Creation of Scale-out Backup Repository (optional)

Creating a Scale-out Backup Repository will secure your backups deposited in your first Backup Repository by copying them to your second Backup Repository without any action required from you.


**Step 1**

Open the Veeam Backup and Replication console, select <code className="action">Backup Infrastructure</code>, then <code className="action">Scale-out Repositories</code>.
Click <code className="action">Add Scale-out Repository</code> to start the configuration assistant.
![sbr_no_snc_1](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/sbr_no_snc_1.png)

**Step 2**

Give a name to your Scale-out Backup Repository.
![sbr_no_snc_2](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/sbr_no_snc_2.png)

**Step 3**

Click <code className="action">Add</code> and select your previously created Backup Repository.
![sbr_no_snc_3](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/sbr_no_snc_3.png)

**Step 4**

Select the desired location policy. We recommend the <code className="action">Data locality</code> policy.
![sbr_no_snc_4](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/sbr_no_snc_4.png)

**Step 5**

Check <code className="action">Extend scale-out backup repository capacity with object storage</code>, then select the previously created Backup Repository Object Storage.
Check the <code className="action">Copy backups to object storage as soon as they are created</code> option to replicate the backups from the first Backup Repository to the second Backup Repository immediately after their creation. This configuration provides quick protection for your backups.
![sbr_no_snc_5](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/sbr_no_snc_5.png)

**Step 6**

By default, no access is allowed to this Scale-out Repository.
Select your Scale-out Repository and click <code className="action">Set Access Permissions</code>.
![sbr_no_snc_6](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/sbr_no_snc_6.png)

**Step 7**

You have the option to allow all user accounts to use this Scale-out Repository or limit it to a defined list. We recommend allowing only the necessary accounts.
![sbr_no_snc_7](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/sbr_no_snc_7.png)

**Step 8**

On your Object Storage bucket, a hierarchical structure has been generated and configured by Veeam Backup and Replication.
![sbr_no_snc_8](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/sbr_no_snc_8.png)

Once these steps are completed, you can continue this guide with the chapter [Installation of Veeam Plug-in for SAP HANA](#veeampluginhana).

#### 2.2 - Configuring a Backup Repository for SecNumCloud needs [](#)
In this configuration, the storage space must also be hosted on a SecNumCloud-qualified infrastructure.

##### 2.2.1 - Creation of a Backup Repository


**Step 1**

Open the Veeam Backup and Replication console, select <code className="action">Backup Infrastructure</code>, then <code className="action">Backup Repositories</code>.
Click on <code className="action">Add Repository</code> to start the configuration assistant.
![backup_repository_1](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_repository_1.png)

**Step 2**

Select <code className="action">Direct attached storage</code> or <code className="action">Network attached storage</code>, depending on your situation.
- <code className="action">Direct attached storage</code> allows you to add a physical or virtual server as storage without NFS or SMB protocols.
- <code className="action">Network attached storage</code> allows you to add a file share via NFS or SMB (CIFS) protocols.
![backup_repository_2](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_repository_2.png)

**Step 3**

You will be guided through the steps of configuring the connection to the storage space, such as the IP address or the full name (FQDN) of your server, or the path where you want to store your SAP HANA backups.
Find detailed steps in the Veeam Backup and Replication 12 User Guide for different configurations:
- [Direct attached storage with Windows](https://helpcenter.veeam.com/docs/backup/vsphere/repo_add.html?ver=120)
- [Direct attached storage with Linux](https://helpcenter.veeam.com/docs/backup/vsphere/linux_repository_add.html?ver=120)
- [Direct attached storage with Linux Hardened](https://helpcenter.veeam.com/docs/backup/vsphere/hardened_repository.html?ver=120)
- [Network attached storage with SMB (CIFS) Share](https://helpcenter.veeam.com/docs/backup/vsphere/smb_share.html?ver=120)
- [Network attached storage with NFS Share](https://helpcenter.veeam.com/docs/backup/vsphere/nfs_share.html?ver=120)


**Step 4**

Your Backup Repository is now visible in the Veeam Backup and Replication console and ready to use with backup configurations.
You can go further in configuring this Backup Repository by setting access permissions for a specific user or a group of users, and by encrypting the backups that will be hosted in this Backup Repository. Find more information on this in the [Veeam Backup and Replication 12 User Guide](https://helpcenter.veeam.com/docs/backup/vsphere/access_permissions.html?ver=120).
![backup_repository_3](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_repository_3.png)

For more information on configuring Backup Repositories, please refer to the [Veeam Backup and Replication documentation](https://helpcenter.veeam.com/docs/backup/vsphere/backup_repository.html?ver=120).

The Object Storage solution is not currently qualified as SecNumCloud-compliant and cannot be used to host backups in a SecNumCloud context.

If you wish to secure your backups on a second Backup Repository, please repeat this step. Continue with the guide at the step [Installation of Veeam Plug-in for SAP HANA](#veeampluginhana), and then follow the chapter [Creation of the Backup Copy job](#backupcopyjob).

##### 2.2.2 - Creation of the Backup Copy job (optional) [](#)
A Backup Copy job allows you to duplicate backups from one Backup Repository to another, ensuring the security of these backups on a separate storage location. This operation is useful for protecting critical data from loss or corruption by keeping a copy on a remote backup site. With this feature, you can configure advanced backup strategies to ensure the resilience and availability of your data in the event of a disaster.

:::info
Ports tcp/2500-3300 must be open between Backup Repositories.
:::


**Step 1**

Open the Veeam Backup and Replication console, select the <code className="action">Home</code> menu, <code className="action">Backup Copy</code>, then <code className="action">Application-level backup...</code>.
![backup\_copy\_1](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_copy_1.png)


**Step 2**

Give a name to your Backup Copy job.
![backup\_copy\_2](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_copy_2.png)


**Step 3**

Add either the Backup jobs that manage your SAP HANA database backups or the Backup Repository where they are stored.
In this guide, we have chosen to use the Backup job.
![backup\_copy\_3](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_copy_3.png)


**Step 4**

Select your second Backup Repository that will host the backup copies.
Review the available settings in the <code className="action">Advanced</code> menu.
![backup\_copy\_4](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_copy_4.png)


**Step 5**

Configure the replication slots if desired. By default, a copy is triggered as soon as a backup is made.
![backup\_copy\_5](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_copy_5.png)


**Step 6**

Your Backup Copy job is now operational.
![backup\_copy\_6](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/backup_copy_6.png)


### 3 - Installation of Veeam Plug-in for SAP HANA [](#)
The installation of Veeam Plug-in for SAP HANA can be accomplished using one of the following two methods:

- The "Standalone Mode" method involves a manual installation using the binary extracted from the Veeam Backup and Replication ISO on the server hosting the SAP HANA database. This method offers limited functionality through the Veeam Backup and Replication console.
- The "Managed Mode" method is an automated installation performed via the Veeam Backup and Replication console, allowing for the use of several features such as scheduling a backup job.

For the purposes of this documentation, we will use the "Managed Mode" method in order to use all the features provided by Veeam.

#### 3.1 - Creation of a Protection Group

The creation of a protection group is a prerequisite for the installation of Veeam Plug-in for SAP HANA in Managed Mode.


**Step 1**

Open the Veeam Backup and Replication console, select <code className="action">Inventory</code>, then <code className="action">Physical Infrastructure</code>.
Click on <code className="action">Create Protection Group</code>.
![pg_hana_1](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/pg_hana_1.png)

**Step 2**

Click on <code className="action">Individual computers</code>.
![pg_hana_2](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/pg_hana_2.png)

**Step 3**

Name your protection group. Then click on <code className="action">Next</code>.
![pg_hana_3](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/pg_hana_3.png)

**Step 4**

Add the desired SAP HANA databases to this protection group. For example, you can group your production databases.
_For security reasons, it is recommended to create a dedicated Linux account for the Veeam connection to your server instead of using the root account._
![pg_hana_4](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/pg_hana_4.png)

**Step 5**

Configure the protection group scan frequency.
Check <code className="action">Install application plug-ins</code>. Click on <code className="action">Configure</code>, then check <code className="action">SAP HANA</code>.
Click on <code className="action">Next</code> to proceed.
![pg_hana_5](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/pg_hana_5.png)

**Step 6**

The protection group creation begins, a first scan is launched on the SAP HANA database(s) you previously added, and the Veeam Plug-in for SAP HANA installation along with its dependencies starts.
![pg_hana_6](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/pg_hana_6.png)

#### 3.2 - Creating the backup job

Following the installation of Veeam Plug-in for SAP HANA in Managed mode, we are now able to create a backup job and manage its scheduling via the Veeam Backup and Replication console.


**Step 1**

Open the Veeam Backup and Replication console, select the <code className="action">Home</code> menu, <code className="action">Backup job</code>, <code className="action">Application</code>, then <code className="action">SAP HANA</code>.
![bj_hana_1](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/bj_hana_1.png)

**Step 2**

Give a name to your SAP HANA backup job. Then click on <code className="action">Next</code>.
![bj_hana_2](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/bj_hana_2.png)

**Step 3**

Select your SAP HANA databases, as well as the associated TENANTs (SYSTEMDB and/or TENANTDB) that you want to manage with this backup job. Then click on <code className="action">Next</code>.
![bj_hana_3](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/bj_hana_3.png)

**Step 4**

Select the Backup repository where you want to store your SAP HANA backups. You also have the option to manage the retention of backups in this Backup repository. However, retention does not delete backups in the SAP HANA backup catalog.
Click on <code className="action">Advanced...</code> in order to schedule full backups, select the type of incremental or differential backups. In the <code className="action">SAP HANA</code> tab, you have the possibility to configure the number of channels to optimize the speed of SAP HANA backups. <a name="canaux" />
Click on <code className="action">Next</code> to continue.
![bj_hana_4](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/bj_hana_4.png)

**Step 5**

Configure the OS and SAP HANA database credentials. Then click on <code className="action">Next</code>.
_For security reasons, it is recommended to create a Linux user dedicated to connecting Veeam to your server instead of using the root account. The same applies to the account allowing connection to the SAP HANA database, this account only needs backup privileges._
![bj_hana_5](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/bj_hana_5.png)

**Step 6**

You have the option to manage log backups either by the SAP HANA mechanism or by Veeam. By choosing log backup management via Veeam, you get detailed information about log backups in the Veeam Backup and Replication console.
In this guide, we have chosen to use management via Veeam to present the feature to you.
Click on <code className="action">Next</code> to continue.
![bj_hana_6](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/bj_hana_6.png)

**Step 7**

Configure the scheduling of the backup job execution. Then click on <code className="action">Apply</code>.
![bj_hana_7](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/bj_hana_7.png)

**Step 8**

Make sure to check <code className="action">Enable the backup policy when I click Finish</code> to activate the backup job. Click on <code className="action">Finish</code> to complete the configuration of the backup job.
![bj_hana_8](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/bj_hana_8.png)

**Step 9**

We recommend applying the following settings to your SAP HANA database:
- Apply the [catalog\_backup\_using\_backint](https://help.sap.com/docs/SAP_HANA_PLATFORM/009e68bc5f3c440cb31823a3ec4bb95b/514ab38a2e574c85a70ebba80ff16d99.html?locale=en-US\&version=2.0.05#loio514ab38a2e574c85a70ebba80ff16d99__configSPS05_id_723) parameter to `true` to back up the backup catalog outside of your SAP HANA database.
- Apply the [data\_backup\_buffer\_size](https://help.sap.com/docs/SAP_HANA_PLATFORM/009e68bc5f3c440cb31823a3ec4bb95b/514ab38a2e574c85a70ebba80ff16d99.html?locale=en-US\&version=2.0.05#loio514ab38a2e574c85a70ebba80ff16d99__configSPS05_id_726) parameter according to the following method: 512 MB \* the number of channels (MAX: 4096 MB)


You can now run a backup of your SAP HANA database to ensure that your configuration works as desired.

To do this, simply go to the `Home
` menu, select `Jobs
` then `Applications
`, then select your backup job and click on `Full
`. This will launch a full backup of the SAP HANA databases configured in this backup job.
You can follow the progress of the backup job.

![full_backup](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/full_backup.png)
When performing log backups, you have the option to access detailed information.

![log_backup](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/log_backup.png)
If you have configured a Scale-out Repository with an Object Storage bucket, you can observe your backups on your Object Storage bucket.

![sbr_s3](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/sbr_s3.png)
If you are in a SecNumCloud context and want to secure your backups on a second backup repository, configure a [Backup Copy job](#backupcopyjob).

If you want to learn about all the possibilities with Veeam Plug-in for SAP HANA, we recommend consulting the [Veeam documentation](https://helpcenter.veeam.com/docs/backup/plugins/sap_hana_plugin.html?ver=120).

### 4 - Restoration

To restore your SAP HANA database from a backup taken with Veeam Backup and Replication, you can perform the following steps from the Veeam Backup and Replication console and Veeam Explorer for SAP HANA.

:::info
The following ports must be open between your Veeam Backup and Replication server and your SAP HANA database:

- SAP Host Agent HTTP – tcp/1128
- SOAP HTTP - tcp/5`<NN>`13

If you want to perform communication via the HTTPS protocol, the ports are:

- SAP Host Agent HTTPS - tcp/1129
- SOAP HTTPS - tcp/5`<NN>`14

:::


**Step 1**

Open the Veeam Backup and Replication console, select <code className="action">Home</code>, <code className="action">Backups</code>, <code className="action">Disk</code>, then click on <code className="action">Restore from SAP HANA backups...</code> by right-clicking the backup of your SAP HANA database.
![hana\_recover\_1.png](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/hana_recover_1.png)


**Step 2**

The Veeam Explorer for SAP HANA application opens and allows you to restore either the SYSTEMDB or the TENANTDB of your SAP HANA database. All restoration modes are available:
- [Restoration with the most recent backups](https://helpcenter.veeam.com/docs/backup/explorers/vehana_restore_single_latest.html?ver=120).
- [Restoration to a specific date and time (Point-in-Time Recovery)](https://helpcenter.veeam.com/docs/backup/explorers/vehana_restore_single_pit.html?ver=120).
- [Restoration to another SAP HANA database](https://helpcenter.veeam.com/docs/backup/explorers/vehana_restore_single_tas.html?ver=120).
You will be guided through the restoration steps based on the mode you select.
![hana\_recover\_2.png](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/hana_recover_2.png)


**Step 3**

The restoration of your SAP HANA database is executed. You have the possibility to follow the progress of the restoration via Veeam Explorer for SAP HANA.
Once the restoration is completed successfully, your database is started.
![hana\_recover\_3.png](/images/hosted-private-cloud/sap-on-ovhcloud/cookbook-veeam-backup-sap-hana/hana_recover_3.png)


## Go further

If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.

Join our [community of users](https://community.ovhcloud.com/community/en).
