VeeamHub / veeam-ansible

Sample code for deploying and configuring various Veeam solutions using Ansible.
GNU Lesser General Public License v3.0
47 stars 18 forks source link

Removing upgrade checks #6

Closed carceneaux closed 4 years ago

carceneaux commented 4 years ago

Pull Request Template

By contributing, you agree that your contributions will be licensed under the projects original open source license.

Description

This was originally put into place to stop upgrades early on if the source version was an unsupported upgrade. A problem with this design was exposed VBR 10a as it was released as a full ISO vs a patch file.

A full ISO uses the upgrade process to apply updates so we can no longer assume that upgrades will occur from the previous version of the product.

To resolve this behavior, I'm removing the source version verification checks. This should not be an issue as the software upgrade itself has these checks built-in.

Type of change

How Has This Been Tested?

Code has been tested in my lab.

Checklist (check all applicable):