Restore to Another Server
In this article
If you want to restore Oracle databases from a Veeam backup repository to another server, you must temporarily change the Veeam Plug-in configuration file:
- On the Oracle server, go to the \Veeam\VeeamPluginforOracleRMAN folder (/opt/veeam/VeeamPluginforOracleRMAN/ for Linux OS).
- Open the veeam_config.xml file with a text editor.
- Change the <PluginParameters /> line as follows:
- For standalone Oracle Server:
<PluginParameters customServerName="original_server_hostname" /> |
- For Oracle RAC:
<PluginParameters customServerName="original_cluster_scan_name" /> |
- Follow the instructions in the Restoring a Database on a New Host section of Oracle's Database Backup and Recovery User's Guide.
|
|