-
- Service Provider
- Posts: 880
- Liked: 164 times
- Joined: Aug 26, 2013 7:46 am
- Full Name: Bastiaan van Haastrecht
- Location: The Netherlands
- Contact:
Upgrade to v4
Hello,
When will the v4 upgrade be offered to existing v3 VBA's?
Kind regards,
Bastiaan
When will the v4 upgrade be offered to existing v3 VBA's?
Kind regards,
Bastiaan
======================================================
Veeam ProPartner, Service Provider and a proud Veeam Legend
Veeam ProPartner, Service Provider and a proud Veeam Legend
-
- Product Manager
- Posts: 9846
- Liked: 2607 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: Upgrade to v4
Hi Bastiaan
If connected to a VBR server, you have to upgrade the appliance within the VBR Console.
Update the Plugin on the VBR server, then open the VBR console and update the appliance.
For the next version, we have planned to show a note within the VBA Updater, if it's connected to a VBR Server.
https://helpcenter.veeam.com/docs/vbazu ... tml?ver=40
Download:
https://www.veeam.com/backup-replicatio ... nload.html
Version: 11.0.4.465
July 26, 2022
Thanks
Fabian
If connected to a VBR server, you have to upgrade the appliance within the VBR Console.
Update the Plugin on the VBR server, then open the VBR console and update the appliance.
For the next version, we have planned to show a note within the VBA Updater, if it's connected to a VBR Server.
https://helpcenter.veeam.com/docs/vbazu ... tml?ver=40
Download:
https://www.veeam.com/backup-replicatio ... nload.html
Version: 11.0.4.465
July 26, 2022
Thanks
Fabian
Product Management Analyst @ Veeam Software
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Upgrade to v4
It’s already available. If you have VBA connected to VBR, you need to update via VBR and download the latest plugin.
We will clarify this in the interface in the upcoming version as VB for cloud products are always available for update from the day they are released.
We will clarify this in the interface in the upcoming version as VB for cloud products are always available for update from the day they are released.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Service Provider
- Posts: 880
- Liked: 164 times
- Joined: Aug 26, 2013 7:46 am
- Full Name: Bastiaan van Haastrecht
- Location: The Netherlands
- Contact:
Re: Upgrade to v4
Found it, thank you!
Unfortunately we get an error while upgrading the VBA. Tested on two VBR's. Creating ticket
Unfortunately we get an error while upgrading the VBA. Tested on two VBR's. Creating ticket
Code: Select all
[12.08.2022 10:38:22] 6 (1) Error: Failed to create snapshot of Virtual Machine vm-xxxxxxxxxx.
[12.08.2022 10:38:22] 6 (1) Error: Failed to update backup appliance
[12.08.2022 10:38:22] 6 (1) Error: Object reference not set to an instance of an object.
[12.08.2022 10:38:22] 6 (1) Type: System.NullReferenceException
[12.08.2022 10:38:22] 6 (1) Stack:
[12.08.2022 10:38:22] 6 (1) at Veeam.Azure.Types.ResourceIdChecker.IsResourceId(String resourceId)
[12.08.2022 10:38:22] 6 (1) at Veeam.Azure.Types.ResourceIdFactory.FromString(String resourceId)
[12.08.2022 10:38:22] 6 (1) at Veeam.Azure.PlatformSvc.Services.VirtualMachines.Snapshot.VirtualMachineSnapshotManager.<>c__DisplayClass1_0.<GetPublicIpAddressesAsync>b__2(NicIPConfiguration ipConfiguration)
[12.08.2022 10:38:22] 6 (1) at System.Linq.Utilities.<>c__DisplayClass2_0`3.<CombineSelectors>b__0(TSource x)
[12.08.2022 10:38:22] 6 (1) at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext()
[12.08.2022 10:38:22] 6 (1) at System.Threading.Tasks.Task.WhenAll[TResult](IEnumerable`1 tasks)
[12.08.2022 10:38:22] 6 (1) at Veeam.Core.Extensions.EnumerableAsyncExtension.SelectAsync[TSource,TResult](IEnumerable`1 source, Func`2 selector, Nullable`1 maxConcurrency)
[12.08.2022 10:38:22] 6 (1) at Veeam.Azure.PlatformSvc.Services.VirtualMachines.Snapshot.VirtualMachineSnapshotManager.GetPublicIpAddressesAsync(IAzureEngine azureEngine, AzureVmSnapshot vmSnapshot, CancellationToken cancellationToken)
[12.08.2022 10:38:22] 6 (1) at Veeam.Azure.PlatformSvc.Services.VirtualMachines.Snapshot.VirtualMachineSnapshotManager.CreateSnapshotAsync(IAzureEngine azureEngine, VirtualMachineSnapshotRequest snapshotRequest, CancellationToken cancellationToken)
[12.08.2022 10:38:22] 6 (1) at Veeam.Azure.PlatformSvc.Services.VirtualMachines.Snapshot.VirtualMachineSnapshotExecutor.CreateSnapshotAsync(IAzureEngine azureEngine, VirtualMachineSnapshotRequest snapshotRequest, CancellationToken cancellationToken)
[12.08.2022 10:38:22] 6 (1) at Veeam.Azure.PlatformSvc.Services.VirtualMachines.Snapshot.VirtualMachineSnapshotExecutor.SnapshotAsync(IAzureEngine azureEngine, IOperationReporter operationReporter, VbaConnection connection, CancellationToken cancellationToken)
[12.08.2022 10:38:22] 6 (1) at Veeam.Azure.PlatformSvc.Services.VirtualMachines.Snapshot.VirtualMachineSnapshotExecutor.SnapshotAsync(IAzureEngine azureEngine, IOperationReporter operationReporter, VbaConnection connection, CancellationToken cancellationToken)
[12.08.2022 10:38:22] 6 (1) at Veeam.Azure.PlatformSvc.Services.VirtualMachines.Snapshot.VirtualMachineSnapshotExecutor.SnapshotAsync(IOperationReporter operationReporter, VbaConnection connection, CancellationToken cancellationToken)
[12.08.2022 10:38:22] 6 (1) at Veeam.Azure.PlatformSvc.Services.UpdaterService.VbUpdateExecutorWithRollbackOnFailed.ExecuteUpdateAsync(InstallUpdates installUpdates, CancellationToken token)
[12.08.2022 10:38:22] 6 (1) at Veeam.Azure.PlatformSvc.Services.UpdaterService.VbUpdateInstaller.UpdateVbAsync(CancellationToken ct)
[12.08.2022 10:38:22] 6 (1) at Veeam.Azure.PlatformSvc.Services.UpdaterService.VbUpdaterSession.InstallUpdatesAsync(CancellationToken ct)
[12.08.2022 10:38:22] 6 (1) at Veeam.Azure.PlatformSvc.Services.UpdaterService.VbUpdaterSession.InstallUpdatesAsync(CancellationToken ct)
[12.08.2022 10:38:22] 6 (1) at Veeam.Azure.PlatformSvc.Services.UpdaterService.VbUpdaterSession.UpdateProcAsync(Boolean toRenewPackagesList, CancellationToken ct)
[12.08.2022 10:38:22] 6 (1) Logger is disposing
======================================================
Veeam ProPartner, Service Provider and a proud Veeam Legend
Veeam ProPartner, Service Provider and a proud Veeam Legend
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Upgrade to v4
Can you please share the case ID once created so we can follow it as well?
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Service Provider
- Posts: 880
- Liked: 164 times
- Joined: Aug 26, 2013 7:46 am
- Full Name: Bastiaan van Haastrecht
- Location: The Netherlands
- Contact:
Re: Upgrade to v4
Ticket created: #05576419
======================================================
Veeam ProPartner, Service Provider and a proud Veeam Legend
Veeam ProPartner, Service Provider and a proud Veeam Legend
-
- Service Provider
- Posts: 880
- Liked: 164 times
- Joined: Aug 26, 2013 7:46 am
- Full Name: Bastiaan van Haastrecht
- Location: The Netherlands
- Contact:
Re: Upgrade to v4
A workaround is to remove the VBA from VBR, run the upgrade on the VBA and add it again after the upgrade. Nothing is lost.
Support is investigating the issue.
Support is investigating the issue.
======================================================
Veeam ProPartner, Service Provider and a proud Veeam Legend
Veeam ProPartner, Service Provider and a proud Veeam Legend
-
- Novice
- Posts: 5
- Liked: 3 times
- Joined: Sep 01, 2021 3:23 pm
- Full Name: Tobie Johnson
- Contact:
Re: Upgrade to v4
"A workaround is to remove the VBA from VBR, run the upgrade on the VBA and add it again after the upgrade. Nothing is lost."
Is the manual upgrade done via the VBA web gui under updates?
Is the manual upgrade done via the VBA web gui under updates?
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Upgrade to v4
If you remove it from VBR, then this would be the way to do. Keep in mind that to add it back to VBR, u need the latest Azure plugin for all the supported features.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Service Provider
- Posts: 880
- Liked: 164 times
- Joined: Aug 26, 2013 7:46 am
- Full Name: Bastiaan van Haastrecht
- Location: The Netherlands
- Contact:
Re: Upgrade to v4
I've been working with support on this. Apparently the upgrade fails when you have removed the public IP from the VBA. We configured VBR to communicate to VBA thru private IP address (direct connection) so a public IP aders is not necessary. The Microsoft Azure Plugin did an unnecessary query to the non existing public IP address and therefore the upgrade failed.
They have release a private fix which I have tested and now the upgrade works. It's fixed in v11.0.4.466 of the Microsoft Azure Plugin which they will release very soon.
They have release a private fix which I have tested and now the upgrade works. It's fixed in v11.0.4.466 of the Microsoft Azure Plugin which they will release very soon.
======================================================
Veeam ProPartner, Service Provider and a proud Veeam Legend
Veeam ProPartner, Service Provider and a proud Veeam Legend
-
- Service Provider
- Posts: 45
- Liked: 5 times
- Joined: Nov 08, 2013 2:53 pm
- Full Name: Bert D'hont
- Contact:
Re: Upgrade to v4
Any idea when v11.0.4.466 of the plugin will be available?
I'm having same issues while trying to update to v4
I'm having same issues while trying to update to v4
-
- Service Provider
- Posts: 880
- Liked: 164 times
- Joined: Aug 26, 2013 7:46 am
- Full Name: Bastiaan van Haastrecht
- Location: The Netherlands
- Contact:
Re: Upgrade to v4
No unfortunately not, I would suggest to create a ticket and refer to my ticket ID.Any idea when v11.0.4.466 of the plugin will be available?
======================================================
Veeam ProPartner, Service Provider and a proud Veeam Legend
Veeam ProPartner, Service Provider and a proud Veeam Legend
Who is online
Users browsing this forum: No registered users and 3 guests