Skip to content

MySQL cluster (Percona XtraDB)

Iman Saleh edited this page Dec 22, 2015 · 2 revisions

Wiki Home ▸ [Getting Started Guide](Getting Started Guide) ▸ MySQL cluster (Percona XtraDB)

MySQL cluster (Percona XtraDB)

MySQL is available as docker services through Cloud Foundry. You may need however to install MySQL as a standalone service for better performance. The following instructions guide you through the installation process.

Created solution is based on:

  • odd number of db nodes with synchronous replication (Percona XtraDB Galera Cluster 5.6)
  • one backup server with standard mySQL instance which fetches updates from one of the cluster db nodes through async replication and performs backups every day at night (one backup for one database)
  • one haproxy instance which loadbalances requests to cb cluster nodes

Code for this module is stored in trustedanalytics/terraform-aws-intel repository.

Installation instructions along with coverage of needed parameters for:

Limitations of Percona XtraDB Galera Cluster 5.6 are described here: https://www.percona.com/doc/percona-xtradb-cluster/5.6/limitation.html , basically only innodb engine is supported.

Various other useful links:

Clone this wiki locally