Chris Arceneaux (@chris_arceneaux)
This script will upgrade Veeam Backup Enterprise Manager and/or Veeam Backup & Replication Server from version 9.5 Update 4b (or later) to version 11. The script is designed to be executed on the server to be upgraded. It's also possible to execute the script from a remote PowerShell session.
This script was written to work with standard Veeam Backup & Replication environments as well as Cloud Connect Veeam Backup & Replication environments that a Service Provider (VCSP) would administer.
NOTE: Before executing this script in a production environment, I strongly recommend you:
- Read Veeam's Upgrade Documentation
- Fully understand what the script is doing
- Test the script in a lab environment
- If Veeam software other than Veeam Backup Enterprise Manager or Veeam Backup & Replication Server is installed on the same server, this software will be taken offline during the upgrade.
- After the upgrade, any Agent-base backups (VAW, VAL) that Veeam administers will need to be upgraded.
- This script does NOT install any patches an ISO might contain in the
Updates
folder. If it exists, the patch will need to be installed after running this script.
- Veeam Backup & Replication
- v9.5 Update 4b
- v10.x
- Windows account with Administrator access to the Veeam server
- Microsoft Windows Server 2019
- might work with other Windows versions but untested
Get-Help .\Update-Veeam.ps1 -Full
Here's a high-level view of the upgrade process:
- Veeam Backup Catalog
- Veeam Backup Enterprise Manager
- Veeam Cloud Connect Portal (if installed)
- Veeam Backup Catalog
- Veeam Backup & Replication Server
- Veeam Backup & Replication Console
- Veeam Explorer for Microsoft Active Directory
- Veeam Explorer for Microsoft Exchange
- Veeam Explorer for Microsoft SharePoint
- Veeam Explorer for Microsoft SQL Server
- Veeam Explorer for Microsoft Teams
- Veeam Explorer for Oracle
- Veeam Distribution Service
- Veeam Installer Service
- Veeam Agent for Linux Redistributable
- Veeam Agent for Microsoft Windows Redistributable
- Veeam Mount Service
- Veeam Backup Transport
- Veeam Backup vPowerNFS
- Veeam Backup Cloud Gateway (if installed)