-
- Service Provider
- Posts: 26
- Liked: 3 times
- Joined: Apr 19, 2017 3:47 pm
- Full Name: Ryan Faulkner
- Contact:
Mass updating Veeam to latest version
Hello,
Has anyone ever automated the update of Veeam 9 to the latest update? I asked support if there were powershell commands for pausing the backups, running the setup.exe silently then resuming jobs after but there appear to be no methods to do this known to them.
Thanks,
Ryan
Has anyone ever automated the update of Veeam 9 to the latest update? I asked support if there were powershell commands for pausing the backups, running the setup.exe silently then resuming jobs after but there appear to be no methods to do this known to them.
Thanks,
Ryan
-
- Product Manager
- Posts: 8191
- Liked: 1322 times
- Joined: Feb 08, 2013 3:08 pm
- Full Name: Mike Resseler
- Location: Belgium
- Contact:
Re: Mass updating Veeam to latest version
Hi Ryan,
To disable the jobs, you could use these:
The syntax (and order) to deploy B&R in silence is described here: https://helpcenter.veeam.com/docs/backu ... tml?ver=95
And then finally, you need to reverse the jobs to enable so:
I haven't done it myself yet the way, but the above should get you going I believe
Let me know
Mike
To disable the jobs, you could use these:
Code: Select all
Get-VBRJob -Name "Job 01", "Job 02" | Disable-VBRJob
And then finally, you need to reverse the jobs to enable so:
Code: Select all
Get-VBRJob -Name "Job 01", "Job 02" | Enable-VBRJob
Let me know
Mike
-
- Product Manager
- Posts: 20413
- Liked: 2301 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Mass updating Veeam to latest version
Be aware that update setup checks whether there are no open PowerShell instances before proceeding to installation. So, you have to disable jobs and silently install updates within different processes - say, PS and command line.
Thanks.
Thanks.
-
- Service Provider
- Posts: 26
- Liked: 3 times
- Joined: Apr 19, 2017 3:47 pm
- Full Name: Ryan Faulkner
- Contact:
Re: Mass updating Veeam to latest version
Well I tried and failed then I found this here : https://helpcenter.veeam.com/docs/backu ... tml?ver=95
Unattended Upgrade
Veeam Backup & Replication does not support product upgrade in the unattended mode. However, you can:
Uninstall the previous version of the product.
Install a newer version of the product in the unattended mode. You must connect to the configuration database that was used by the previous product version.
Makes mass upgrading a little more complicated. I did try upgrading via the msi's but got hung up on upgrading the console, so probably best to do a full uninstall then install in unattended mode but the challenge would be making sure the configuration database's are all named the same, I'm pretty sure our's are but would need to do some testing.
Unattended Upgrade
Veeam Backup & Replication does not support product upgrade in the unattended mode. However, you can:
Uninstall the previous version of the product.
Install a newer version of the product in the unattended mode. You must connect to the configuration database that was used by the previous product version.
Makes mass upgrading a little more complicated. I did try upgrading via the msi's but got hung up on upgrading the console, so probably best to do a full uninstall then install in unattended mode but the challenge would be making sure the configuration database's are all named the same, I'm pretty sure our's are but would need to do some testing.
-
- Influencer
- Posts: 15
- Liked: 16 times
- Joined: Jan 31, 2019 2:25 am
- Full Name: Quinn Van Order
- Location: Seattle WA
- Contact:
Re: Mass updating Veeam to latest version
Way late to the party, but for posterity / those who have found this thread on google, its possible!
Automate all the things!
Who is online
Users browsing this forum: Bing [Bot], Semrush [Bot] and 107 guests