Table of Contents |
---|
...
From version | To version | Upgrade type | Notes |
---|---|---|---|
6.0.0 | 6.0.1 | Standard | |
6.0.1 | 6.0.2 | Standard | |
6.0.2 | 6.0.3 | Standard | |
6.0.3 | 6.0.4 | Standard | |
6.0.4 | 6.0.5 | Standard | |
6.0.5 | 6.0.6 | Standard | |
6.0.6 | 6.0.7 | Standard | |
6.0.7 | 6.0.8 | Standard | |
6.1.0 | 6.1.1 | Standard | |
6.1.1 | 6.1.2 | Standard + Guacamole | See Standard Abiquo minor or patch version update and Upgrade Guacamole server |
2. Warnings and notices
Before you begin, contact Abiquo Platform and Customer Success department to obtain your credentials because Abiquo YUM repositories require a login.
There is no upgrade path from NSX-V to NSX-T because VMware does not support this upgrade.
The upgrade will overwrite
lang_en_US_labels.json
. If you have customized labels or translations, back them up before the upgrade and restore them afterwards.
...
Note |
---|
Changes to enterprise properties for AWS billing
|
3. Prevent cloud users from performing VM operations
...
To upgrade to a version with a patch number of zero, for example, version 6.0.0 or version 6.1.0
Remove the previous version Abiquo release packages.
Code Block yum remove 'abiquo-release-*'
Find the
abiquo-release-ee
package for your version in the list of available versionsInstall the release package.
For Abiquo 6.1.0, the command would be similar to the following:Code Block yum localinstall http://userusr:passwd@mirror.abiquo.com/el7/6.1/os/x86_64/abiquo-release-ee-6.1.0-20230112_211400.el7.noarch.rpm
For Abiquo 6.1.1, the release package would be:
Code Block http://useusr:passwd@mirror.abiquo.com/el7/6.1/updates/x86_64/abiquo-release-ee-6.1.1-20230511_170351.el7.noarch.rpm
For major versions, disable the updates repo. See https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/sec-managing_yum_repositories
...