MySQL / MariaDB / Percona Cluster

A set of MySQL/MariaDB/Percona cluster topologies with pre-configured replication and auto-discovery of the nodes. The implemented solution provides a set of benefits:

  • high availability with pre-configured replication options - Primary-Secondary, Primary-Primary, Galera, XtraDB
  • scalability and auto-discovery – new nodes added during horizontal scaling are automatically connected to the cluster with all required adjustments
  • efficient load balancing – each cluster is supplemented with two ProxySQL nodes for load balancing with automatic splitting of read/write requests
  • automated failover – the database nodes that are temporarily unavailable or have high latency are automatically excluded from the cluster and re-added once the connection is restored

SQL cluster scheme

After clicking the Install button, you’ll be redirected to the PaaS dashboard. The installation window will be automatically opened, where you can specify the required customizations:

  • Stack – select MariaDB, MySQL, or Percona database stack
  • Topology – choose between primary-secondary, primary-primary, and Galera/XtraDB cluster topologies
  • Add ProxySQL for SQL Load Balancing – tick checkbox if needed

install SQL cluster

Learn more: