Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can upgrade from any version of Abiquo 3.0.0-GA or 3.x version to the latest Abiquo version.

Remember to backupto backup, stop  stop services and check for queued jobs or conversions. See Prepare to Upgrade Abiquo 3.x Versions

Perform the packages upgrade

Info

This step must be done on all Abiquo servers, including Abiquo Management Server, Remove Services, KVM Servers and LVM Servers.

Configure Repositories

Remove previous repo packages

...

Code Block
yum remove abiquo-release*

Install destination repo package

...

There is one package for each major version that installs base and updates update repositories. Please locate the abiquo-release-ee package of your destination version and install it with the following command. This example is for the latest Abiquo major version of 3.6.

...

Code Block
yum clean all && yum makecache

 

Update abiquo packages

...

Code Block
yum update 'abiquo-*'

...

Info
Is there a known issue with upgrades from 3.2 versions where next message appears and fails to apply the liquibase update:
 
Liquibase update Failed: Validation Failed:
1 change sets check sum
src/X.X.X-XX/kinton-X.X.X.xml::ABICLOUDPREMIUM-XXXX-XxxxxxxxXXxXxxxxxxXxxxxx::XXXXXXXXX is now: 7:ee2fa6e058ec76c7abf801567898917d
For more information, use the --logLevel flag
 
This can be easily solved by executing next command and retry the abiquo-liquibase update command.
 
abiquo-liquibase clearCheckSums

Aditional Steps for intermediate versions

 

Expand
titleStart here if you are upgrading from Abiquo 3.0

Ok, you have some critical work to do here, on this version we included credentials encription, so you must download cryptography libraries and cypher your current credentails, please follow instructions:

Upgrade from Abiquo 3.1.x to 3.2.x

Upgrade from Abiquo 3.0.1 to 3.1

 

...