Versions Compared

Key

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

...

Info

This guide is based on CentOS 6

Install MariaDB

Install in the replica server the same MariaDB server package that Abiquo API server is using. This can be achieve by installing the corresponding abiquo-release package on the replica server and executing the command below:

Code Block
pene
Expand

pene

Warning

Current reporting design has a problem with concurrent generation of the same report for the same enterprise, please visit Jasper concurrency for a workaround to this issue.

Create repository

Create a file called ‘/etc/yum.repos.d/MariaDB.repo’ with the following content 

Code Block
languagenone
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/centos5-amd64
gpgcheck=1

Import repository key

...

 

Install MariaDB

Code Block
# yum -y install MariaDB-server MariaDB-client 

Configure database replication

...