Galera Cluster is a high available database that can handle failure of some of its nodes just fine. How should you decide on the size of the cluster and is it enough to have a quorum to tell the cluster is highly available? This blog post will answer those questions.
Ever wondered how to run multiple Galera clusters and keep them in sync? That’s exactly what you can do with the new Cluster-to-Cluster replication feature in ClusterControl 1.7.4. In this blog, you will see how to configure replication between two Percona XtraDB or MariaDB Galera Clusters.
ClusterControl 1.7.4 introduces a new function that could be the ultimate way to minimize RTO as part of your disaster recovery strategy. Cluster-to-Cluster Replication for MySQL and PostgreSQL lets you build-out a clone of your entire database infrastructure and deploy it to a secondary area, ensuring you always have an available up-to-date database setup ready to switch-over to should disaster strike.
A hot standby is a common term in computing, especially on highly distributed systems. It's a method for redundancy in which one system runs simultaneously with an identical primary system. In this blog how you can create a Hot Standby Node on Amazon AWS for Galera Cluster 4.0 using MariaDB.
In this blog post, we are going to deploy a high-available setup for our private "Dropbox" infrastructure using Nextcloud, GlusterFS, Percona XtraDB Cluster (Galera Cluster), ProxySQL with ClusterControl as the automation tool to manage and monitor the database and load balancer tiers.
New in MySQL Galera Cluster 4.0, Streaming Replication allows you to now replicate large write-sets, which is perfect for bulk inserts or loading data to your database. In the second part we will show you how to enable Streaming Replication and what the results could look like when you use it.
New in MySQL Galera Cluster 4.0, Streaming Replication allows you to now replicate large write-sets, which is perfect for bulk inserts or loading data to your database. In the first part of this blog we will tell you about this new feature and how you can use it.
This is the second part of a two-part series. Here we look into designing a geo-distributed MySQL Galera Cluster and explain how it can be easily deployed using ClusterControl
What is the best way to create a geo-distributed cluster? Can Galera Cluster be used for such scenario? What are the cons of Galera compared to regular MySQL replication? This blog attempts to answer those questions.
MySQL Galera Cluster 4.0 is the new kid on the database block with very interesting new features. Currently it is available only as a part of MariaDB 10.4 but in the future it will work as well with MySQL 5.6, 5.7 and 8.0. In this blog post we would like to go over some of the new features that came along with Galera Cluster 4.0.
In the final post in our three-part blog series comparing MySQL Galera Cluster offerings we explore Microsoft Azure. Azure isn’t known for being open-source friendly, but in this blog we look at its features such as security, pricing, monitoring, backups and which setup is best for your Galera Cluster.
While GCP (Google Cloud Platform) does not provide direct support for MySQL Galera Clusters it does offer a wide-variety of efficient and powerful services that you can leverage. In this blog we’ll discuss this options and how you can use them to build a highly-available Galera setup.
While Amazon RDS does not provide direct support for MySQL Galera Clusters, in this blog we will explore several approaches from technology, instance type, and pricing that you can leverage to use Amazon to host your highly-available Galera setup.
ClusterControl has recently improved its cloud integration where it is now able to deploy a MySQL replication cluster as well as automatically launch a cloud instance and scale out your database cluster by adding a new database node. This blog post showcases how to deploy a Galera cluster using ClusterControl on AWS with ease.
One of the most common misconceptions about Galera Cluster is that restoring a database into a three-node cluster is faster than doing it to a standalone node. In this blog, we will look at the best way to restore a Galera Cluster using mysqldump.