Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Please, try again later.
This article is related to a new capability to migrate the configuration of a Windows-based Veeam Backup & Replication deployment to a Veeam Software Appliance. Due to the variability in how Veeam Backup & Replication can be used, configured, and deployed, and the complexity of migrating software configuration between platforms, this guide may not cover every possible limitation or consideration.
This article will be updated as more migrations occur and as customer feedback is received.
This article documents potential limitations and considerations when performing a Veeam Backup & Replication configuration migration from a Windows-based deployment to a Linux-based (Veeam Software Appliance) deployment.
Note: Platform migration is supported only from Windows-based Veeam Backup & Replication to the Veeam Software Appliance (Linux-based). Reverse migration from Linux to Windows is not available, and no such functionality is currently planned.
Before reviewing limitations or proceeding with the migration guidance, please complete the following mandatory preparation steps.
Pilot migration projects are currently being performed in close cooperation with Technical Support, Sales Engineers, and Product Management. If you are considering migrating from a Windows-based installation to the Veeam Software Appliance (VSA) to take advantage of all supported features, complete the steps below before continuing with this article.
After registering for the VSA Conversion pilot program, an email will be sent to you when Veeam is ready to proceed with your migration request. As this is a pilot program, only a limited number of migrations are performed at a time so that Veeam can monitor for potential issues.
We understand how excited you are about the new Veeam Software Appliance, and we ask for your patience while we process each registration. Creating additional registrations on the VSA conversion portal or creating Veeam Technical Support cases will not affect the speed at which you will be contacted about the migration.
To minimize downtime, this procedure recommends deploying the Veeam Software Appliance (VSA) first so that it is ready to receive the migration. Please closely review all system requirements for the VSA and take your time to ensure it is deployed with system resources appropriate for the environment.
Note: The Veeam Backup & Replication Web UI has limited functionality; therefore, we strongly recommend that you install the Windows-based Veeam Backup & Replication Console to access all Veeam Backup & Replication features of the Veeam Software Appliance.
PowerShell script to stop and disable services:
$services = @("Veeam AHV Service","Veeam AWS Service","Veeam Azure Service","Veeam Web Service","Veeam Backup Server RESTful API Service","Veeam Broker Service","Veeam CDP Coordinator Service","Veeam Cloud Connect Service","Veeam Data Analyzer Service","Veeam Backup Service","Veeam GCP Service","Veeam Kubernetes Service","Veeam KVM Service","Veeam PVE Service","Veeam SC HyperCore Service","Veeam Orchestrator Agent Service")
foreach ($service in $services) {
$svc = Get-Service -DisplayName $service -ErrorAction SilentlyContinue
if (-not $svc) { Write-Host "[$service] Not found." -ForegroundColor Yellow; continue }
if ($svc.Status -ne 'Stopped') {
Write-Host "[$service] Stopping..." -ForegroundColor Cyan
Stop-Service -Name $svc.ServiceName -Force -ErrorAction SilentlyContinue
$svc.WaitForStatus('Stopped', '00:02:00')
}
Set-Service -Name $svc.ServiceName -StartupType Disabled
Write-Host "[$service] Stopped and disabled." -ForegroundColor Green
}
Note: During the Configuration Restore, some infrastructure components may fail to update. After the configuration restore is complete you must recheck all managed components and ensure they are updated.
Get-VBRProtectionGroup -ContainerType CSV
General (Applies to all Veeam Agents)
veeamconfig repository rescan --allFor more information, see Rescanning Backup Repositories.
veeamconfig backup list
Veeam Agent for Microsoft Windows Specific
Veeam Agent for Mac Specific
This section applies only to Standalone, non-managed, deployments of Enterprise Database Plug-ins (RMAN, HANA, SQL, DB2, SAP Oracle). After migration, those standalone Enterprise Plug-in deployments must be reconfigured in the following ways:
If this KB article did not resolve your issue or you need further assistance with Veeam software, please create a Veeam Support Case.
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.
Your feedback has been received and will be reviewed.
Please, try again later.
Please try select less.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case
Your feedback has been received and will be reviewed.
Please, try again later.