Build Numbers and Versions of Veeam Backup for Microsoft Azure
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.
This KB article lists all versions of Veeam Backup for Microsoft Azure and their respective build numbers.
For more information on deploying the latest version of Veeam Backup for Microsoft Azure, visit:
Version | Build Number | Release Date | Release Notes |
Veeam Backup for Microsoft Azure 7 Releases | |||
Veeam Backup for Microsoft Azure 7 Patch 2 | 7.1.0.59 | 2025-01-09 | KB4662 |
Veeam Backup for Microsoft Azure 7 Patch 1 | 7.1.0.22 | 2024-09-18 | |
Veeam Backup for Microsoft Azure 7 | 7.0.0.467 | 2024-07-02 | HTML |
Veeam Backup for Microsoft Azure 6 Releases | |||
Veeam Backup for Microsoft Azure 6 Patch 1 | 6.0.1.267 | 2024-03-18 | KB4556 |
Veeam Backup for Microsoft Azure 6 | 6.0.0.234 | 2023-12-05 | |
Veeam Backup for Microsoft Azure 5a Releases |
|||
Veeam Backup for Microsoft Azure 5a | 5.1.0.75 | 2023-07-03 | KB4471 |
5.1.0.63 | 2023-05-30 | ||
Veeam Backup for Microsoft Azure 5 Releases | |||
Veeam Backup for Microsoft Azure 5 | 5.0.0.607 | 2023-07-03 | KB4471 |
5.0.0.579 | 2023-03-21 | ||
Veeam Backup for Microsoft Azure 4 Releases | |||
Veeam Backup for Microsoft Azure 4 | 4.0.0.714 | 2022-12-16 | KB4383 |
4.0.0.679 | 2022-07-25 | ||
Veeam Backup for Microsoft Azure 3 Releases | |||
Veeam Backup for Microsoft Azure 3a | 3.0.1.19 | 2022-02-01 | |
Veeam Backup for Microsoft Azure 3 | 3.0.0.666 | 2021-10-05 | |
Veeam Backup for Microsoft Azure 2 Releases | |||
Veeam Backup for Microsoft Azure 2a | 2.0.0.337 | 2021-06-01 | |
Veeam Backup for Microsoft Azure 2 | 2.0.0.303 | 2021-02-24 | KB4113 |
Veeam Backup for Microsoft Azure 1 Releases | |||
Veeam Backup for Microsoft Azure 1 | 1.0.0.253 | 2020-04-28 |
Please confirm that you are running version Veeam Backup for Microsoft Azure v7 (build 7.0.0.467) or later before upgrading. You can find the currently installed build number (Product version) in the About section under Configuration | Support Information | Updates.
After installing Veeam Backup for Microsoft Azure v7 patch 2, your build number will be 7.1.0.59.
Below are details about each of the Cumulative Patches that have been released for Veeam Backup for Microsoft Azure version 7.
Each subsequent Cumulative Patch also includes all fixes present in the previous Cumulative Patches.
Security and Performance
Restore
Object reference not set to an instance of an object.
Security and Performance
Cost Optimization
General
Backup
Crypto key {ID} was not found.
Restore
Requested operation requires an element of type 'String', but the target element has type 'Object'.
Retention
Upgrade
Failed to create snapshot of virtual machine.
The input string was not in the correct format.
Update the appliances as described in the Updating Appliances Using Console section of the Veeam Backup for Microsoft Azure User Guide.
Alternatively, follow the instructions in the Installing Updates section of the Veeam Backup for Microsoft Azure User Guide.
After installing the patch, your build version will be 7.1.0.59
A vulnerability that may allow an attacker to utilize Server-Side Request Forgery (SSRF) to send unauthorized requests from the system, potentially leading to network enumeration or facilitating other attacks.
Affects Veeam Backup for Microsoft Azure 7.1.0.22 and all earlier versions.
Severity: High
CVSS v3.1 Score: 7.2CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Source: Discovered during internal testing.
This article documents how to use Veeam Agent for Microsoft Windows and Veeam Agent for Linux, managed by Veeam Backup & Replication, to protect virtual machines in XenServer and XCP-NG environments that are managed by Xen Orchestra. While these hypervisors are not directly supported for VM-level interaction by Veeam Backup & Replication, this article demonstrates how protection is possible through guest OS-level backup agents.
Xen Orchestra is a management application that provides a graphical web interface and CLI to manage XenServer and XCP-NG environments. This application works as a centralized management plane to control and monitor hosts and clusters, storage, networking, images, and virtual machines.
Veeam Agent for Microsoft Windows and Veeam Agent for Linux are components of the Veeam Data Platform that can be used to protect Windows and Linux computers that run on bare-metal hardware or virtualization platforms (including where a native host-based integration isn’t available).
Protection groups can be used to deploy and manage agents on these VMs. Protection groups come in the following types:
Adding machines individually — Used to add a handful of machines.
Integration with Microsoft Active Directory — Allows you to target AD objects (OUs/Computers/Failover Clusters/Groups)
A list of computers in a CSV file — This option can be paired with inventory management/monitoring platforms or scripts to get a list of VMs from a hypervisor platform.
Computers with Pre-installed Backup Agents — Create a deployment package that can be paired with device management or automation tools such as SCCM and Ansible/Chef/Puppet
More information on Protection Groups can be found in the user guide here: Creating Protection Groups - Veeam Agent Management Guide.
More information on Creating and Managing Backup Jobs and Policies for Veeam Agents can be found here: Working with Veeam Agent Backup Jobs and Policies - Veeam Agent Management Guide.
Xen Orchestra has a CLI that can be installed via NPM (NPM is a package management tool that’s included with Node.JS): Architecture | XO documentation (xen-orchestra.com)
This CLI tool has the capability to export information about the environment with commands such as xo-cli list-objects
.
These commands can capture VM configuration info not captured via in-guest backups (IP addresses/CPU/Memory/attached disks/network IDs, etc.), and the output data can be saved to JSON files. This JSON configuration information can be copied to the Veeam server and imported into Powershell to automate Veeam backup setup and assist with the recovery of lost VMs.
An Example of how this can be used is to run the following on a Linux server with the xo-cli
installed:
printf -v date '%(%Y-%m-%d_%H-%M)T\n' -1
xo-cli list-objects type=VM > vmlist_$date
xo-cli list-objects type=VDI >> vdilist_$date
xo-cli list-objects type=SR >> SRlist_$date
xo-cli list-objects type=network >> Netlist_$date
xo-cli list-objects type=VM-template
These files could be stored on a network share the Veeam Backup Server can access, or a Veeam File Copy job can be used to schedule copying the latest file to the Veeam Backup Server to be imported by a Powershell script using Veeam’s cmdlets.
The following is an example of how to parse the data from one of the above files to use later to automate the creation of protection groups or restore VM disks to the right Storage Repository on the Xen server:
$path = "E:\vmlists"
$vmfile = Get-ChildItem -Path $path |where {$_.name -like "vm*"}| Sort-Object -Property name -Descending | Select-Object -First 1
$vmcontent = gc $path\$vmfile | Out-String
$vmdata = (ConvertFrom-Json $vmcontent)
$filtVMData = $vmdata |select type, name_label, addresses, CPUs, memory.static, powers_state, VIFs,UUID, @{name="VBDs";Expression= {$_.'$VBDs'}},os_version
The full list of steps to go through the Bare-Metal Recovery wizard can be found below.
Note: You may have to Manually Map volumes to the Disks.
You can enhance the Bare-Metal Recovery method by leveraging the data collected via the xo-cli
or xe
commands from a host to recreate VMs based on previously exported data and attaching the Veeam Recovery ISO generated from the Veeam console and uploading it to Xen Orchestra.
The restore command should look something like this example:
xo-cli vm.create name_label="<$VMname_restore>" template="The ID of the Template that matches the OS" VIFs='json:[{"network":"<ID of network>"}]'
VDIs='json:[{"device":<#>, "name_label":"<$VM_name_with a few random letters>", "SR": "<id of SR>", "size":<size_in_bytes>, "type":"VDI"}]'
You’ll need the following:
xo-cli list-objects type=VM-template |grep "testvmcli" -A 40
Veeam Agents have several restore options available, including:
By adding one of the physical hypervisor servers as a managed Linux machine, the Export as virtual disk feature allows you to directly export a disk/volume as a VHD that can be restored to the Storage Repository location, such as an NFS share. The mount path for SR’s is: /run/sr-mount/<SR_UUID>, and the UUID can be found from the scripts exported previously.
After the disk is restored, it will need to be renamed by generating a new UUID on the Xen server and using a mv command to replace Veeam name with the new UUID. Example from the SR path:
cd run/sr-mount/$sr_uuid_where_disk_was_restored
new_uuid=$(uuidgen)
mv 10.1.26.142_Disk_0.vhd $new_uuid.vhd
If you are restoring into XCP-NG/XenServer from other platforms, make sure to install the appropriate Xen guest tools to improve performance and allow the platform to monitor the OS. XenServer and XCP-ng both have an offering: VM | XCP-ng documentation, XenServer VM Tools for Windows | Citrix Hypervisor 8.2
Before installing Pure Storage FlashArray Plug-In v2.1.388, ensure that you are running Veeam Backup & Replication 12.0.0.1402 or later. To check the version, open the main menu of the Veeam Backup & Replication console and select Help > About.
Pure Storage FlashArray Plug-In v2.1.388 supports integration with the following storage systems:
Replication relationships in setups involving both active/active asynchronous replication and automatic asynchronous replication from ActiveCluster synchronous arrays were not properly detected and processed.
A comma could not be used as a decimal delimiter on Veeam Backup & Replication servers configured with certain Windows locales, leading to formatting inconsistencies.
Auxiliary volumes were automatically added to the default protection group by default, which unnecessarily increased snapshot quota consumption.
Customers can now manually add volumes they wish to persist into the default protection groups.
0
'.nfsDirectoryExportPreference.json
config file can be used. The file must be located in the plug-in installation folder (C:\Program Files\Veeam\Backup and Replication\Plugins\Storage\Pure Storage FlashArray\nfsDirectoryExportPreference.json
) and have a json format with the directory name as the key and the export name as the value.{
"myFileSystem1:md": "myexp5",
"myFileSystem1:md2": "myexp1",
"myPod1::FileSystem2:md1": "myexp3",
"myFA1::FileSystem3:md1": "myexp4"
}
EB6EDF80B88E64A7E1D5214B760425AD
7A69AF0D61628D53465AD983DD5E9D6362EA654B
Pure Storage FlashArray Plug-In v2.0.47 supports integration with Purity 6.1 or later, and requires at least Veeam Backup & Replication 12.0.0.1402.
What's New:
Support for Universal Storage API v2, which enables the following additional functionality:
Snapshot replication orchestration – allows backup jobs to leverage existing Pure Storage FlashArray Replication relationships to create storage-based snapshot replicas as additional restore points. This also enables performing backup from secondary storage arrays, to avoid any load from backup activities on the primary storage array.
Also, processing of snapshot deletion attempts on arrays with SafeMode enabled no longer produces job warnings and doesn't lead to an increased Veeam Backup & Replication service load.
Known Issues:
Pure Storage Plug-In v1.3.18 supports integration with Purity 4.10 or later, and requires at least Veeam Backup & Replication 10.
This plug-in version does not support storage replication technologies, but replicated volume snapshots on the target array can be used for restores.
Purity ActiveCluster configurations are supported; direct access to a single proxy server from both storage arrays in the cluster is required.
What's New:
This update resolves the most commonly reported support issues.
Known Issues:
This update resolves the most common support issues and features the following enhancement:
This update features the following enhancements:
This update also resolves the most common support issues, including the following:
In Microsoft 365 organizations using modern app-only authentication, an attempt to assign the ApplicationImpersonation role, which is required for data restore with Veeam Explorer for Microsoft Exchange, fails with the following error:
Microsoft.Exchange.Management.RbacTasks.ManagementRoleDeprecatedException Error: deprecated; The management role "ApplicationImpersonation" is in the process of being deprecated. New role assignments referring this role aren't allowed.
General
Retry transient error after 00:00:00: Npgsql.NpgsqlException (0x80004005): Exception while reading from stream.
VSSControl: Failed to prepare guest for freeze, wait timeout {value} sec.
Cannot start the retention session because this repository is in use by other sessions.
Item previews are missing (ID: {ID} ({value} bytes)).
Upgrade
The command timed out: sudo systemctl stop Veeam.Archiver.Proxy. Current output: {proxy name} was not upgraded.
Cannot find a web backup for the internal web ID: {ID}.
Backup and Backup Copy
Cannot find object {path}.For more details, see KB4678.
Processing mailbox {user@domain.com} failed with error: Unable to access object storage (reason: Cannot access a disposed object. Object name: 'Veeam.Core.Memory.Reference`2.
{path}, Failed to download block in time: {time}.
Npgsql.PostgresException (0x80004005): 23505: duplicate key value violates unique constraint “pk_exchange_items_previews_uploads”.
The response status code does not indicate success: 409 (this operation is not permitted on an archived blob).
Restore
Cannot find object {path} or Task failed with exception (task ID: {ID}).For more details, see KB4678.
Failed to get task result because the task does not exist (ID: {ID}).
Object reference not set to an instance of an object.
REST APIs
useAuthentication
parameter set to false
may fail with the error below:(POST) /v8/RestoreSessions/{restoreSessionId}/organization/mailboxes/{mailboxId}/items/sendToDifferentAddress
Object reference not set to an instance of an object.
If Veeam Backup & Replication is installed on the same server as Veeam Backup for Microsoft 365, upgrade Veeam Backup for Microsoft 365 before upgrading Veeam Backup & Replication.
Shared Server Compatibility of Veeam Backup for Microsoft 365 and Veeam Backup & Replication
Consider the following when planning for upgrade:
If you are using a version of Veeam Backup for Microsoft 365 (VB365) that has reached its End of Support (EOS) and cannot be directly upgraded to a supported version, you will need to install a new instance of VB365 using the latest VB365 version.
Clarification: If the Upgrade Instructions in the User Guide for a currently supported version of VB365 outlines an upgrade path from an older, unsupported version, this upgrade pathway is still considered supported. This article provides details on upgrade processes for such situations, so long as a currently supported version of VB365 facilitates a direct upgrade from these older versions.
For example:
Retention applied to a Jet-based backup repository containing SharePoint and OneDrive data may mistakenly remove the parent folders from all historical backup databases, leaving their child items orphaned. The issue may only occur under the following conditions:
$rep = Get-VBORepository -Name "<repo_name>"
Test-VBORepository -Repository $rep
Replace JobName with the name of the affected job.
Get-VBOJob -Name "JobName" | Start-VBOJob -RunAsync -Full
During the full backup run, Veeam Backup for Microsoft 365 will automatically repair the issue in the latest and subsequent restore points for impacted objects that are still present within the production Microsoft 365 environment.
C:\ProgramData\Veeam\Backup365\
Proxy.xml
file, just in case changes need to be reverted or a misconfiguration occurs.Proxy.xml
file, and within the <Archiver>
section, add the following line under the RepositoryConfig node:
<RepositoryConfig SPJetMissingParentItemsInRoot="true" />Example end of the
Proxy.xml
file:
... <RepositoryConfig SPJetMissingParentItemsInRoot="true" /> </Archiver> </Veeam>
Proxy.xml
file.After upgrading Veeam Backup for Microsoft 365 to v8 (builds 8.0.2.159 or 8.0.2.200), an incremental backup or a backup copy job protecting SharePoint, OneDrive, or Teams data fails with the error:
Cannot find object ...
In Object Storage Repositories, the metadata saved for the protected SharePoint lists and webs has been mistakenly overwritten.
This issue only occurs under the following very specific conditions:
<repo_name>
with the name of the potentially impacted Object Storage Repository.$rep = Get-VBORepository -Name "<repo_name>"
Test-VBORepository -Repository $rep
JobName
with the name of the affected job.Get-VBOJob -Name "JobName" | Start-VBOJob -RunAsync -Full
When installing Veeam Backup & Replication (VBR) and Veeam Backup for Microsoft 365 (VB365) on the same server, be mindful of the following compatibility when upgrading.
Note: As new versions of either product are released, they will be added to the table, and as versions reach End of Support, they will be removed. The release schedule of these products is not synchronized. If a version of either product is released before the compatible version of the other, it is critical to wait until inter-compatible versions are available. For example, if a new version of Veeam Backup & Replication is released and a compatible version of Veeam Backup for Microsoft 365 is not available yet, upgrading Veeam Backup & Replication would lead to the issue documented in KB3028.
This article is regarding an error that occurs only in Veeam Backup for Microsoft 365 build 8.05.20 and earlier.
Starting in Veeam Backup for Microsoft 365 8.1 (build 8.1.0.305), Classic Web Parts in Microsoft 365 organizations can be protected using modern app-only authentication out-of-the-box without any additional configurations.
The Backup of SharePoint Sites objects for an Organization added using the Modern App-Only Authentication method displays the warning:
Cannot change WebPart ExportMode to ‘All’. WebPart will be skipped (WebPart ID: <guid>)
To back up Classic Web Parts using the Modern App-Only Authentication method, Veeam Backup for Microsoft 365 build 8.0.5.20 and earlier required setting the "Export Mode" property of the web part from "None" to "All" to make the Web Part exportable and available for backup. In those earlier versions of Veeam Backup for Microsoft 365, to automatically allow the software to mark a Web Part as exportable, the "Allow custom script" option had to be enabled for affected SharePoint sites. In addition, the “Allow this application to enable export mode for SharePoint Web Parts” option had to be enabled within Veeam Backup for Microsoft 365.
Starting November 1st, 2024, Microsoft removed the ability to keep the "Allow custom scripts" option within SharePoint Online enabled permanently and now automatically disables the option after 24 hours. As a result, those older versions of Veeam Backup for Microsoft 365 will display a warning because they attempt to change the Export Mode.
For more information about the change to the Custom Script setting, see Microsoft Message Center MC714186.
Veeam worked with Microsoft to ensure that starting in Veeam Backup for Microsoft 365 build 8.1.0.305, Classic Web Parts in Microsoft 365 organizations can be protected using modern app-only authentication out-of-the-box without additional configurations.
Note: The “Allow this application to enable export mode for SharePoint Web Parts” setting in Veeam Backup for Microsoft 365 is no longer required and will be deprecated in future releases.
In Veeam Backup for Microsoft 365 build 8.0.5.20 and older, the warning can be suppressed using the information below.
Note: Suppressing the warning will prevent the alert, and WebParts that would have triggered the warning will be skipped silently and not protected by Veeam Backup for Microsoft 365.
Perform the following 4 steps on the Veeam Backup for Microsoft 365 server and each of the Proxies:
C:\ProgramData\Veeam\Backup365\Proxy.xml
<Source ShowSkippedSharePointWebPartsWarning="False" />
If the Proxy.xml already contains a <Source />
node, add the parameter ShowSkippedSharePointWebPartsWarning="False" after the existing parameters.
Do not create a second <Source />
line entry within the Proxy.xml file, it will not be read.
Starting February 1, 2025, Microsoft has retired Azure AD Graph. As a result, any application relying on Azure AD Graph will be unable to make requests to its APIs, including all versions of Veeam Backup for Microsoft Azure version 5a and older.
For more information, see this Microsoft announcement.
A fix will not be released for older impacted versions of Veeam Backup for Microsoft Azure, as they reached End-of-Fix when subsequent versions were released.
Customers are advised to upgrade to Veeam Backup for Microsoft Azure version 6 (build 6.0.0.234) or newer, as these versions were designed with the Azure AD Graph API deprecation in mind and now leverage the preferred Microsoft Graph.
Veeam Backup for Microsoft Azure v6 was released alongside and is deployed by Veeam Backup & Replication 12.1 (released on 2023-12-05).
Veeam Backup for Microsoft Azure v7 was released on 2024-07-02 and is deployed by Veeam Backup & Replication 12.2, which was released 2024-08-28.
For more information about release dates, please review:
The backup of a powered-off VM within a Proxmox environment where High Availability (HA) is enabled but the HA status is Stopped, fails with the error:
Failed to perform backup: Failed to connect the NBD server to the hypervisor host.
To resolve this issue and allow the job to complete for powered-off VMs, reconfigure the Veeam Plugin for Proxmox to lock VMs during backup, informing the CRM not to trigger a stop operation.
C:\Program Files\Veeam\Plugins\PVE\Service\appsettings.json
"LockVmOnBackup": false
and change it to true
.The vulnerability discussed in this article affects the Veeam Updater component within the backup appliances used by the listed applications. The updated version of this Veeam Updater component will have been published to the Veeam Repository alongside the release of this announcement. As automatic updates are enabled for all backup appliances associated with this issue, all actively supported backup appliance versions will automatically download and install this updated version of the Veeam Updater component.
Furthermore, for all applications other than Veeam Backup for Salesforce, the latest version of each appliance discussed in this article is unaffected by this vulnerability. This means that customers whose Veeam Backup & Replication deployments utilize these backup appliances are unaffected if they have already upgraded to version 12.3 and updated those backup appliances.
Note: Customers who do not use any of the applications listed in the Issue Details section are entirely unaffected by this vulnerability. For information about checking whether such backup appliances are managed by Veeam Backup & Replication, please refer to the More Information section.
A vulnerability within the Veeam Updater component that allows an attacker to utilize a Man-in-the-Middle attack to execute arbitrary code on the affected appliance server with root-level permissions.
Severity: Critical
CVSS v3.1 Score: 9.0CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
Source: Reported by @putsi via HackerOne.
The following product's current release is affected by this vulnerability:
The following product's older releases utilize an older Veeam Updater component that was also found to be affected.
As noted below each entry, the most recent version of each of these appliances is not affected. Therefore, if Veeam Backup & Replication is running version 12.3, and the appliances for these applications have been updated, they will be running a current and unaffected version.
The vulnerability was resolved in Veeam Updater component version 7.9.0.1124.
Checking for Updates using the built-in Veeam Updater to update the Veeam Updater component.
View updates history, and check the Veeam Updater version shown in the top-right corner.
Note: If Veeam Backup & Replication 12.3 is installed, and the Veeam Backup for Nutanix AHV appliance has already been upgraded, the appliance is unaffected by this vulnerability.
The vulnerability was resolved in Veeam Updater component version 9.0.0.1125.
Checking for Updates using the built-in Veeam Updater to update the Veeam Updater component.
View updates history, and check the Veeam Updater version shown in the top-right corner.
Note: If Veeam Backup & Replication 12.3 is installed, and the AWS backup appliance has already been upgraded, the appliance is unaffected by this vulnerability.
The vulnerability was resolved in Veeam Updater component version 9.0.0.1126.
Checking for Updates using the built-in Veeam Updater to update the Veeam Updater component.
View updates history, and check the Veeam Updater version shown in the top-right corner.
Note: If Veeam Backup & Replication 12.3 is installed, and the Microsoft Azure backup appliance has already been upgraded, the appliance is unaffected by this vulnerability.
The vulnerability was resolved in Veeam Updater component version 9.0.0.1128.
Checking for Updates using the built-in Veeam Updater to update the Veeam Updater component.
View updates history, and check the Veeam Updater version shown in the top-right corner.
Note: If Veeam Backup & Replication 12.3 is installed, and the Google Cloud backup appliance has already been upgraded, the appliance is unaffected by this vulnerability.
The vulnerability was resolved in Veeam Updater component version 9.0.0.1128.
Checking for Updates using the built-in Veeam Updater to update the Veeam Updater component.
View updates history, and check the Veeam Updater version shown in the top-right corner.
Note: If Veeam Backup & Replication 12.3 is installed, and the Veeam Backup for Oracle Linux Virtualization Manager and Red Hat Virtualization appliance has already been upgraded, the appliance is unaffected by this vulnerability.
The vulnerability was resolved in Veeam Updater component version 9.0.0.1127.
All Veeam Updater component versions equal to or higher than this are unaffected by this vulnerability.
Update the backup appliance from within the Veeam Backup & Replication Console.
To check which Veeam Updater component is used by the Veeam Backup for Oracle Linux Virtualization Manager and Red Hat Virtualization appliance:
<log_bundle>/veeam/veeam-updater/updater.log
"Starting
.
Application : Veeam.Updater, Version=
".Starting log. Severity threshold: Information, LogFilesNumber = 10, LogFileMaxSize = 10 Mbs, ArchivesLimit = 10 ----------------------------------------------------------------------------------------------------------------- Release version : 11.0.0.754 Application : Veeam.Updater, Version=11.0.0.754, Culture=neutral, PublicKeyToken=null
Main.main: Version:
"MM.DD.YYYY HH:MM:SS [info ] ### [###] Main.main: ============= Starting ============= MM.DD.YYYY HH:MM:SS [info ] ### [###] Main.main: Version: 9.0.0.1087In this example the Veeam Updater build is less than the fixed build (9.0.0.1127) and would indicate that the Veeam Backup for Oracle Linux Virtualization Manager and Red Hat Virtualization backup appliance needs to be updated.
If a Veeam Backup & Replication deployment is not protecting AWS, Google Cloud, Microsoft Azure, Nutanix AHV, or Oracle Linux VM/Red Hat Virtualization, such a deployment is not impacted by the vulnerability discussed in this article.
You can verify if Veeam Backup & Replication manages any of these affected backup appliances by checking the Backup Infrastructure > Managed Servers list for any of the following entry types:
Based on investigations between Veeam and Microsoft, two underlying causes have been identified.
Resilient Change Tracking monitors data changes on VHDX disks. However, depending on the specific cluster configuration, such as the disk-to-cluster-volume ratio and the available performance, an I/O bottleneck may occur.
This underlying issue was resolved in the following ways:
The I/O profile for backup operations utilizes buffered I/O, whereas the rest of the operating system employs unbuffered I/O.
This KB article lists all versions of Veeam Backup for Microsoft 365 and their respective build numbers.
For more information on downloading the latest version of Veeam Backup for Microsoft 365, visit:
Version | Console Build | Build in Logs | Release Date | Release Notes |
Veeam Backup for Microsoft 365 8.1 Releases | ||||
Veeam Backup for Microsoft 365 8.1.0.331 |
8.1.0.331 |
13.1.0.331 | 2025-02-11 | |
Veeam Backup for Microsoft 365 8.1 | 8.1.0.305 | 13.1.0.305 | 2025-01-23 | |
Veeam Backup for Microsoft 365 8 Releases | ||||
Veeam Backup for Microsoft 365 8.0.5 | 8.0.5.20 | 13.0.5.20 | 2024-11-14 | KB4656 HTML |
Veeam Backup for Microsoft 365 8.0.4 | 8.0.4.29 | 13.0.4.29 | 2024-10-30 | |
Veeam Backup for Microsoft 365 8.0.3.1073 | 8.0.3.1073 | 13.0.3.1073 | 2024-10-16 | |
Veeam Backup for Microsoft 365 8 P20241004 | 8.0.3.1044 | 13.0.3.1044 | 2024-10-08 | |
Veeam Backup for Microsoft 365 8 P20240910 | 8.0.2.200 | 13.0.2.200 | 2024-09-11 |
|
Veeam Backup for Microsoft 365 8 | 8.0.2.159 | 13.0.2.159 | 2024-09-03 | |
Veeam Backup for Microsoft 365 7a Releases | ||||
Veeam Backup for Microsoft 365 7a P20240418 | 7.1.0.2031 | 12.1.0.2031 | 2024-04-24 | KB4533 |
Veeam Backup for Microsoft 365 7a P20240411 | 7.1.0.1502 | 12.1.0.1502 | 2024-04-15 | |
Veeam Backup for Microsoft 365 7a P20240123 | 7.1.0.1501 | 12.1.0.1501 | 2024-01-25 | |
Veeam Backup for Microsoft 365 7a P20231218 | 7.1.0.1401 | 12.1.0.1401 | 2023-12-26 | |
Veeam Backup for Microsoft 365 7a | 7.1.0.1301 | 12.1.0.1301 | 2023-12-05 | |
Veeam Backup for Microsoft 365 7 Releases | ||||
Veeam Backup for Microsoft 365 7 P20240123 | 7.0.0.4901 | 12.0.0.4901 | 2024-01-25 | KB4425 |
Veeam Backup for Microsoft 365 7 P20231218 | 7.0.0.4551 | 12.0.0.4551 | 2023-12-25 | |
Veeam Backup for Microsoft 365 7 P20231015 | 7.0.0.4388 | 12.0.0.4388 | 2023-10-15 | |
Veeam Backup for Microsoft 365 7 P20231005 | 7.0.0.4385 | 12.0.0.4385 | 2023-10-12 | |
Veeam Backup for Microsoft 365 7 P20230704 | 7.0.0.3968 | 12.0.0.3968 | 2023-07-13 | |
Veeam Backup for Microsoft 365 7 P20230512 | 7.0.0.3604 | 12.0.0.3604 | 2023-05-24 | |
Veeam Backup for Microsoft 365 7 P20230421 | 7.0.0.3007 | 12.0.0.3007 | 2023-04-25 | |
Veeam Backup for Microsoft 365 7 P20230302 | 7.0.0.2914 | 12.0.0.2914 | 2023-03-09 | |
Veeam Backup for Microsoft 365 7 | 7.0.0.2911 | 12.0.0.2911 | 2023-02-28 | |
Veeam Backup for Microsoft 365 6 Releases | ||||
Veeam Backup for Microsoft 365 6a P20230322 | 6.1.0.1015 | 11.2.0.1015 | 2023-03-28 | KB4347 |
Veeam Backup for Microsoft 365 6a P20221215 | 6.1.0.438 | 11.2.0.438 | 2022-12-20 | |
Veeam Backup for Microsoft 365 6a P20220926 | 6.1.0.423 | 11.2.0.423 | 2022-10-06 | |
Veeam Backup for Microsoft 365 6a P20220825 | 6.1.0.254 | 11.2.0.254 | 2022-08-25 | |
Veeam Backup for Microsoft 365 6a | 6.1.0.222 | 11.2.0.222 | 2022-08-10 | PDF KB4344 |
Veeam Backup for Microsoft 365 6 P20220718 | 6.0.0.400 | 11.1.0.400 | 2022-07-27 | KB4285 |
Veeam Backup for Microsoft 365 6 P20220524 | 6.0.0.385 | 11.1.0.385 | 2022-05-31 | |
Veeam Backup for Microsoft 365 6 P20220413 | 6.0.0.379 | 11.1.0.379 | 2022-05-05 | |
Veeam Backup for Microsoft 365 6 GA | 6.0.0.367 | 11.1.0.367 | 2022-03-09 | |
Veeam Backup for Microsoft Office 365 5 Releases | ||||
Veeam Backup for Microsoft Office 365 5d Cumulative Patch KB4278 | 5.0.3.1063 | 10.0.5.1063 | 2022-02-08 | KB4278 |
Veeam Backup for Microsoft Office 365 5d Cumulative Patch KB4270 | 5.0.3.1060 | 10.0.5.1060 | 2022-01-10 | KB4270 |
Veeam Backup for Microsoft Office 365 5d Cumulative Patch KB4235 | 5.0.3.1051 | 10.0.5.1051 | 2021-12-16 | KB4235 |
Veeam Backup for Microsoft Office 365 5d Cumulative Patch KB4222 | 5.0.3.1035 | 10.0.5.1035 | 2021-10-22 | KB4222 |
Veeam Backup for Microsoft Office 365 5d | 5.0.3.1033 | 10.0.5.1033 | 2021-09-22 | |
Veeam Backup for Microsoft Office 365 5c Cumulative Patch KB4187 | 5.0.2.42 | 10.0.4.42 |
2021-09-01 |
KB4187 |
Veeam Backup for Microsoft Office 365 5c | 5.0.2.22 | 10.0.4.22 | 2021-06-28 | KB4181 |
Veeam Backup for Microsoft Office 365 5b Cumulative Patch KB4158 | 5.0.1.252 | 10.0.3.252 | 2021-05-31 | KB4158 |
Veeam Backup for Microsoft Office 365 5b Cumulative Patch KB4135 | 5.0.1.225 | 10.0.3.225 | 2021-04-12 | KB4135 |
Veeam Backup for Microsoft Office 365 5b Cumulative Patch KB4124 | 5.0.1.207 | 10.0.3.207 | 2021-03-12 | KB4124 |
Veeam Backup for Microsoft Office 365 5b | 5.0.1.179 | 10.0.3.179 | 2021-02-08 | |
Veeam Backup for Microsoft Office 365 5a | 5.0.0.1070 | 10.0.2.1070 | 2020-12-14 | |
Veeam Backup for Microsoft Office 365 5 Day 0 Update | 5.0.0.1063 | 10.0.2.1063 | 2020-12-04 | |
Veeam Backup for Microsoft Office 365 5 GA | 5.0.0.1061 | 10.0.2.1061 | 2020-12-03 | |
Veeam Backup for Microsoft Office 365 4 Releases | ||||
Veeam Backup for Microsoft Office 365 4c Cumulative Patch KB4099 | 4.0.1.625 | 10.0.1.625 | 2021-02-16 | KB4099 |
Veeam Backup for Microsoft Office 365 4c Cumulative Patch KB4083 | 4.0.1.612 | 10.0.1.612 | 2020-12-24 | KB4083 |
Veeam Backup for Microsoft Office 365 4c Cumulative Patch KB3222 | 4.0.1.545 | 10.0.1.545 | 2020-07-09 | KB3222 |
Veeam Backup for Microsoft Office 365 4c Day 0 Update | 4.0.1.531 | 10.0.1.531 | 2020-06-16 | KB3145 |
Veeam Backup for Microsoft Office 365 4b Cumulative Patch KB3119 | 4.0.0.2549 | 9.6.6.2549 | 2020-03-31 | KB3119 |
Veeam Backup for Microsoft Office 365 4b | 4.0.0.2516 | 9.6.6.2516 | 2020-01-31 | KB3065 |
Veeam Backup for Microsoft Office 365 4a Cumulative Patch KB3089 | 4.0.0.1580 | 9.6.6.1580 | 2020-03-10 | KB3089 |
Veeam Backup for Microsoft Office 365 4a | 4.0.0.1553 | 9.6.6.1553 | 2020-01-21 | KB3035 |
Veeam Backup for Microsoft Office 365 4 GA | 4.0.0.1345 | 9.6.6.1345 | 2019-11-26 | |
Veeam Backup for Microsoft Office 365 3 Releases | ||||
Veeam Backup for Microsoft Office 365 3 GA | 3.0.0.422 | 9.6.5.422 | 2019-04-02 | |
Veeam Backup for Microsoft Office 365 2 Releases | ||||
Veeam Backup for Microsoft Office 365 2 Cumulative Patch KB2809 | 2.0.0.814 | 9.6.3.814 | 2018-12-28 | KB2809 |
Veeam Backup for Microsoft Office 365 2 Cumulative Patch KB2765 | 2.0.0.594 | 9.6.3.594 | 2018-09-26 | KB2765 |
Veeam Backup for Microsoft Office 365 2 GA | 2.0.0.567 | 9.6.3.567 | 2018-07-24 | |
Veeam Backup for Microsoft Office 365 1 Releases | ||||
Veeam Backup for Microsoft Office 365 1.5 GA | 1.5.0.1099 | 9.6.0.1099 | 2017-10-03 | |
Veeam Backup for Microsoft Office 365 1 Update 1 | 1.0.0.912 | 9.5.0.912 | 2017-01-20 | KB2224 |
Veeam Backup for Microsoft Office 365 1 GA | 1.0.0.860 | 9.5.0.860 | 2016-11-29 |
This KB article lists all versions of Veeam Backup for Salesforce and their respective build numbers.
For more information on downloading the latest version of Veeam Backup for Salesforce, visit:
Version | Build Number | Release Date | Release Notes |
Veeam Backup for Salesforce 3 Releases | |||
Veeam Backup for Salesforce 3.1.1 | 3.1.1.2714 | 2025-02-11 | HTML KB4697 |
Veeam Backup for Salesforce 3.1 P20241210 | 3.1.0.2378 | 2024-12-10 | |
Veeam Backup for Salesforce 3.1 | 3.1.0.2298 | 2024-11-27 | |
Veeam Backup for Salesforce 3.0 | 3.0.0.1769 | 2024-09-18 | HTML |
Veeam Backup for Salesforce 2 Releases | |||
Veeam Backup for Salesforce 2.1.1 | 2.1.1.4793 | 2025-02-11 | |
Veeam Backup for Salesforce 2.1 | 2.1.0.4675 | 2023-11-27 | |
Veeam Backup for Salesforce 2 | 2.0.0.3955 | 2023-08-30 | HTML |
Veeam Backup for Salesforce 1 Releases | |||
Veeam Backup for Salesforce 1 P20230222 | 1.0.2.1992 | 2023-02-22 | KB4417 |
Veeam Backup for Salesforce 1 | 1.0.0.1429 | 2022-10-27 |
Please confirm that you are running Veeam Backup for Salesforce 3.1 (build 3.1.0.2378) or earlier before upgrading. You can find the currently installed build number in the Configuration > About section.
After the upgrade, the Veeam Backup for Salesforce build number will be 3.1.1.2714.
This release includes the following features and improvements:
This release includes the following features and improvements:
This release includes the following features and improvements:
Customers who installed Veeam Backup for Salesforce 2.x on the following distros before April 2024 won't see the upgrade notification in the product due to the expiration of GPG keys and must perform the upgrade manually.
Deployments affected by these expired GPG keys must manually upgrade Veeam Backup for Salesforce follow the steps below.
sudo curl https://repository.veeam.com/yum/el/7/x86_64/vbsf/vbsf-2.1.1-4793.el7.x86_64.rpm --output vbsf-2.1.1-4793.rpm
sudo yum install -y ./vbsf-2.1.1-4793.rpm