Table of Contents |
---|
Prerequisites
...
Code Block |
---|
yum update 'abiquo-*' && yum update jdk |
Update databases
Info |
---|
This step must be done on the database server. |
...
Start with your original version and perform all the steps to the final version.
Info |
---|
All scripts are located on the Abiquo Server. |
Expand | ||
---|---|---|
| ||
In 3.1 we introduced credentials encryption, so you will need to . First install the new encryption libraries for Java 8 Upgrade from Abiquo 3.1.x to 3.2.x To cypher your current credentials. Please , please follow these instructions: Upgrade from Abiquo 3.0.1 to 3.1 Now continue with the sections for the following 3.x versions |
Expand | ||||
---|---|---|---|---|
| ||||
If you are upgrading from 3.1, Abiquo 3.2 requires a new Java Cryptography Extension (JCE) libraries for Java 8 so you will need to install the new encryption libraries. Upgrade from Abiquo 3.1.x to 3.2.x You must apply this script to the Remote Services Redis database: Upgrade from Abiquo 3.1.x to 3.2.x Upgrade redis schema Execute the Redis delta script on each Abiquo Server running Redis (Abiquo Server and Abiquo RS nodes) to update the schema to the 3.2 version. This script can be found on following path on the Abiquo Server
And in the next path in the Abiquo Remote services
Now continue with the sections for the following 3.x versions |
Expand | ||||
---|---|---|---|---|
| ||||
Execute this script on the Abiquo Management Server:Upgrade from Abiquo 3.2.x to 3.4
And this other script on the Abiquo Remote Services:Upgrade from Abiquo 3.2.x to 3.4
Now continue with the sections for the following 3.x versions |
Expand | ||||
---|---|---|---|---|
| ||||
Execute this script on the Abiquo Management Server:Upgrade from Abiquo 3.4.x to 3.6
And this other script on the Abiquo Remote Services:Upgrade from Abiquo 3.4.x to 3.6
|
Expand | ||
---|---|---|
| ||
Execute this script on the Abiquo Remote Services:
|
Configuration
Add Abiquo Configuration Properties to the abiquo.properties file as required.
...
- Add custom labels and translations in the lang_xx_XX_custom.json files in the lang folder
Add custom configuration to client-config-custom.json
The essential UI configuration is the API endpoint pointing to your Abiquo API server
Code Block { "config.endpoint": "http://myAbiquoAPIServer/api" }