<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cluster on FromDual GmbH</title><link>https://www.fromdual.com/tags/cluster/</link><description>Recent content in Cluster on FromDual GmbH</description><generator>Hugo</generator><language>en-GB</language><managingEditor>oli.sennhauser@fromdual.com (Oli Sennhauser)</managingEditor><webMaster>oli.sennhauser@fromdual.com (Oli Sennhauser)</webMaster><copyright>© FromDual GmbH</copyright><lastBuildDate>Fri, 24 Jan 2025 18:12:55 +0000</lastBuildDate><atom:link href="https://www.fromdual.com/tags/cluster/index.xml" rel="self" type="application/rss+xml"/><item><title>How does Galera Cluster behave with many nodes?</title><link>https://www.fromdual.com/blog/how-does-galera-cluster-behave-with-many-nodes/</link><pubDate>Fri, 24 Jan 2025 18:12:55 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/how-does-galera-cluster-behave-with-many-nodes/</guid><description>&lt;p&gt;Recently I had the opportunity to have a lot of Linux systems (VMs with Rocky Linux 9) from one of our regular &lt;a href="https://www.fromdual.com/galera-cluster-for-mysql-mariadb-training" title="Overview of FromDual Galera Cluster Training"&gt;Galera Cluster trainings&lt;/a&gt; all to myself for a week. And MariaDB 11.4.4 with Galera Cluster was already installed on the machines.&lt;/p&gt;</description></item><item><title>MaxScale configuration synchronisation</title><link>https://www.fromdual.com/blog/maxscale-configurations-synchronisation/</link><pubDate>Thu, 04 Apr 2024 09:53:46 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/maxscale-configurations-synchronisation/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/maxscale-configurations-synchronisation/#overview"&gt;Overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/maxscale-configurations-synchronisation/#preparations"&gt;Preparations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/maxscale-configurations-synchronisation/#activate-configuration-synchronization"&gt;Activate MaxScale configuration synchronisation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/maxscale-configurations-synchronisation/#change-parameter"&gt;Change MaxScale parameters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/maxscale-configurations-synchronisation/#add-new-slave"&gt;Add new slave and make MaxScale known&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/maxscale-configurations-synchronisation/#remove-old-slave"&gt;Remove old slave and make MaxScale known&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/maxscale-configurations-synchronisation/#how-is-configuration-synchronized"&gt;How is the configuration synchronised?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/maxscale-configurations-synchronisation/#what-happens-on-conflict"&gt;What happens in the event of a conflict?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/maxscale-configurations-synchronisation/#tests"&gt;Tests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/maxscale-configurations-synchronisation/#deactivate-configuration-synchronization"&gt;Deactivating MaxScale configuration synchronisation again&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/maxscale-configurations-synchronisation/#literature"&gt;Literature/sources&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;A feature that I recently discovered while browsing is the MaxScale configuration synchronisation functionality.&lt;/p&gt;</description></item><item><title>MariaDB Galera Cluster Upgrade Path</title><link>https://www.fromdual.com/blog/mariadb-galera-cluster-upgrade/</link><pubDate>Fri, 18 Dec 2020 10:47:51 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mariadb-galera-cluster-upgrade/</guid><description>&lt;p&gt;Because we conduct many customers in MariaDB Galera Cluster upgrades and because these customers sometimes have pretty old MariaDB Galera Cluster set-ups I think it is good to have a rough MariaDB Galera Cluster Upgrade Path.&lt;/p&gt;</description></item><item><title>Upgrading from MariaDB 10.4 to MariaDB 10.5 Galera Cluster</title><link>https://www.fromdual.com/blog/upgrading-from-mariadb-10.4-to-mariadb-10.5-galera-cluster/</link><pubDate>Sat, 21 Nov 2020 20:58:09 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/upgrading-from-mariadb-10.4-to-mariadb-10.5-galera-cluster/</guid><description>&lt;p&gt;Because upgrading from MariaDB 10.4 to MariaDB 10.5 (non-clustered) seems not to be a problem &lt;br&gt;[ &lt;a href="https://www.fromdual.com/blog/upgrading-from-mariadb-10.4-to-mariadb-10.5-galera-cluster/#lit-1"&gt;1&lt;/a&gt; &lt;br&gt;] we take the challenge and try to create a receipt based on the MariaDB 10.3 to MariaDB 10.4 Galera Cluster upgrade documentation &lt;br&gt;[ &lt;a href="https://www.fromdual.com/blog/upgrading-from-mariadb-10.4-to-mariadb-10.5-galera-cluster/#lit-3"&gt;3&lt;/a&gt; &lt;br&gt;]:&lt;/p&gt;</description></item><item><title>Limitations of Galera Cluster</title><link>https://www.fromdual.com/blog/limitations-of-galera-cluster/</link><pubDate>Sat, 11 Jul 2015 17:07:40 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/limitations-of-galera-cluster/</guid><description>&lt;p&gt;If and how to use &lt;a href="http://galeracluster.com/products/" target="_blank" title="Galera Cluster for MySQL"&gt;Galera Cluster for MySQL&lt;/a&gt; has been described already by many others&amp;hellip;&lt;/p&gt;</description></item><item><title>Logging Galera Cluster conflicts</title><link>https://www.fromdual.com/blog/logging-galera-cluster-conflicts/</link><pubDate>Sat, 11 Apr 2015 12:30:54 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/logging-galera-cluster-conflicts/</guid><description>&lt;p&gt;We typically suggest our customers to use our &lt;a href="https://www.fromdual.com/mysql-configuration-file-sample/index.php" title="MySQL configuration template my.cnf"&gt;MySQL/Galera Cluster my.cnf configuration template&lt;/a&gt; to avoid MySQL configuration and performance problems.&lt;/p&gt;</description></item><item><title>Replication channel failover with Galera Cluster for MySQL</title><link>https://www.fromdual.com/blog/replication-channel-fail-over-with-galera-cluster-for-mysql/</link><pubDate>Thu, 19 Jun 2014 07:05:38 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/replication-channel-fail-over-with-galera-cluster-for-mysql/</guid><description>&lt;p&gt;Sometimes it could be desirable to replicate from a Galera Cluster to a single MySQL slave or to an other Galera Cluster. Reasons for this measure could be:&lt;/p&gt;</description></item><item><title>Why FromDual customers are using Galera Cluster for MySQL</title><link>https://www.fromdual.com/blog/galera-cluster-case-study-kikxxl/</link><pubDate>Thu, 20 Feb 2014 12:34:05 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/galera-cluster-case-study-kikxxl/</guid><description>&lt;p&gt;&lt;em&gt;We are very satisfied with the functionality and the launch. The entire Cluster is running absolutely stable. This is a significant advantage for our customers because we are able to offer our services without interruption. We will use Galera in further projects and convert our existing Master/Slave installations.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Galera Cluster for MySQL</title><link>https://www.fromdual.com/blog/galera-cluster-for-mysql/</link><pubDate>Wed, 11 Dec 2013 12:08:32 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/galera-cluster-for-mysql/</guid><description>&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Galera is a synchronous multi-master replication Cluster for MySQL/InnoDB databases, having features like:&lt;/p&gt;</description></item><item><title>Unbreakable MySQL Cluster with Galera and Linux Virtual Server (LVS)</title><link>https://www.fromdual.com/blog/unbreakable-mysql-cluster-with-galera-and-lvs/</link><pubDate>Thu, 13 Jun 2013 17:13:47 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/unbreakable-mysql-cluster-with-galera-and-lvs/</guid><description>&lt;p&gt;Recently we had to set-up a 3-node &lt;a href="http://codership.com/content/using-galera-cluster" target="_blank" title="Galera Cluster"&gt;Galera Cluster&lt;/a&gt; with a Load Balancer in front of it. Because Galera Cluster nodes (&lt;code&gt;mysqld&lt;/code&gt;) still reply to TCP requests on port 3306 when they are expelled from the Cluster it is not sufficient to just leave it to the Load Balancer to check the port if a Galera node is properly running or not.&lt;/p&gt;</description></item><item><title>Bootstrapping Galera Cluster the new way</title><link>https://www.fromdual.com/blog/bootstrapping-galera-cluster-the-new-way/</link><pubDate>Tue, 05 Feb 2013 19:18:25 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/bootstrapping-galera-cluster-the-new-way/</guid><description>&lt;p&gt;A while ago it was pretty inconvenient to start a complete &lt;a href="http://www.codership.com/content/using-galera-cluster" target="_blank"&gt;Galera Cluster&lt;/a&gt; from scratch. Rolling restart an such things are already working well but bootstrapping was a pain.&lt;/p&gt;</description></item><item><title>Artikel über MySQL im neuen iX</title><link>https://www.fromdual.com/blog/mysql-in-ix-2012-10/</link><pubDate>Thu, 20 Sep 2012 15:12:59 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mysql-in-ix-2012-10/</guid><description>&lt;p&gt;Hallo MySQL Gemeinde,&lt;/p&gt;
&lt;p&gt;Im neuen iX (2012-10) hat es zwei nette Artikel über: &lt;a href="http://www.heise.de/ix/inhalt/2012/10/116/" target="_blank" title="Arbeit teilen"&gt;MySQL HA-Lösungen&lt;/a&gt; (S. 116) und &lt;a href="http://www.heise.de/ix/inhalt/2012/10/66/" target="_blank" title="Mehr Durchblick"&gt;MySQL 5.6&lt;/a&gt; (S. 66).&lt;/p&gt;</description></item><item><title>Galera Cluster Nagios Plugin</title><link>https://www.fromdual.com/blog/galera-cluster-nagios-plugin/</link><pubDate>Fri, 14 Sep 2012 10:49:59 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/galera-cluster-nagios-plugin/</guid><description>&lt;p&gt;Based on customer feedback we have decided to add a plugin &lt;strong&gt;Galera Cluster for MySQL&lt;/strong&gt; to our &lt;a href="http://www.fromdual.com/download#nagios" target="_blank" title="MySQL Nagios/Icinga Plugins"&gt;MySQL Nagios/Icinga Plugins&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Galera Cluster discussions at FrOSCon 2012</title><link>https://www.fromdual.com/blog/galera-cluster-discussion-at-froscon-2012/</link><pubDate>Mon, 27 Aug 2012 17:18:40 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/galera-cluster-discussion-at-froscon-2012/</guid><description>&lt;p&gt;During and after &lt;a href="http://openlife.cc/blog" target="_blank" title="Henrik Ingo&amp;#39;s Blog"&gt;Henriks&lt;/a&gt; great talk about &lt;a href="http://codership.com/products/mysql_galera" target="_blank" title="Galera Cluster"&gt;Galera Cluster&lt;/a&gt; at the &lt;a href="http://www.froscon.de/en/home/" target="_blank" title="FrOSCon"&gt;FrOSCon 2012&lt;/a&gt; in St. Augustin we found 2 important things related to Galera Cluster for MySQL:&lt;/p&gt;</description></item><item><title>Codership partners with FromDual to offer consulting and support services for Galera Cluster for MySQL</title><link>https://www.fromdual.com/blog/codership-partners-with-fromdual/</link><pubDate>Sun, 19 Feb 2012 09:56:45 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/codership-partners-with-fromdual/</guid><description>&lt;p&gt;&lt;strong&gt;Helsinki, Finland, Uster, Switzerland – February 18, 2012&lt;/strong&gt; – Codership, the provider of Galera Cluster for MySQL, and FromDual, a MySQL consulting company, today announced collaboration to offer Galera Cluster technology and related support and consulting services for Galera users all over the world, especially in German speaking countries Germany, Austria and Switzerland (DACH). Galera Cluster is a synchronous, true multi-master replication cluster for MySQL using the well known InnoDB storage engine. Customers can deploy Galera Cluster locally in LAN environments, as geo-clusters over the WAN or as virtual cluster in the cloud.&lt;/p&gt;</description></item><item><title>Building Galera Replication from Scratch</title><link>https://www.fromdual.com/blog/building-galera-replication-from-scratch/</link><pubDate>Sun, 13 Nov 2011 12:29:54 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/building-galera-replication-from-scratch/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://codership.com/" target="_blank"&gt;MySQL/Galera&lt;/a&gt; synchronous Multi-Master Replication consists of 2 parts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The wsrep patches for MySQL (&lt;a href="https://launchpad.net/codership-mysql" target="_blank"&gt;codership-mysql&lt;/a&gt;) and&lt;/li&gt;
&lt;li&gt;the Galera Replication Plugin (&lt;a href="https://launchpad.net/galera/" target="_blank"&gt;galera&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you do not want to &lt;a href="https://www.fromdual.com/download#galera"&gt;download the prepared binaries&lt;/a&gt; you can build it on you own.&lt;br&gt;
First you have to download the native MySQL sources, then patch it with the Galera wsrep patches and compile it. In a second step you have to build the Galera Plugin.&lt;/p&gt;</description></item><item><title>Galera - Synchronous Multi-Master Replication Cluster for MySQL/InnoDB</title><link>https://www.fromdual.com/blog/galera/</link><pubDate>Fri, 23 Sep 2011 11:07:03 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/galera/</guid><description>&lt;h2 id="galera-features"&gt;Galera features&lt;/h2&gt;
&lt;p&gt;Galera provides the following features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Synchronous replication&lt;/li&gt;
&lt;li&gt;Active/active multi-master topology&lt;/li&gt;
&lt;li&gt;Read and write to any cluster node&lt;/li&gt;
&lt;li&gt;Automatic membership control, failed nodes drop from the cluster&lt;/li&gt;
&lt;li&gt;Automatic node joining&lt;/li&gt;
&lt;li&gt;True parallel row level replication&lt;/li&gt;
&lt;li&gt;Direct client connections&lt;/li&gt;
&lt;li&gt;Drop-in replacement for native MySQL&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="galera-benefits"&gt;Galera benefits&lt;/h2&gt;
&lt;p&gt;Benefits using Galera Replication:&lt;/p&gt;</description></item><item><title>MariaDB, Galera and MySQL Support</title><link>https://www.fromdual.com/services/support/</link><pubDate>Wed, 01 Dec 2010 12:26:19 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/services/support/</guid><description>&lt;p&gt;FromDual is a support &lt;a href="https://www.fromdual.com/partners" title="FromDual partners"&gt;partner&lt;/a&gt; of &lt;a href="https://mariadb.com/" target="_blank" title="Website of MariaDB"&gt;MariaDB plc&lt;/a&gt;, &lt;a href="https://galeracluster.com/about/company/" target="_blank" title="Website of Codership"&gt;Codership Oy&lt;/a&gt; and &lt;a href="https://www.oracle.com/" target="_blank" title="Website of Oracle"&gt;Oracle Corporation&lt;/a&gt;. This gives us the opportunity to offer you customized enterprise support subscriptions for your mission-critical MariaDB, Galera or MySQL databases for all three vendors.&lt;/p&gt;</description></item><item><title>Active/active failover cluster with MySQL Replication</title><link>https://www.fromdual.com/blog/active-active-failover-cluster-with-mysql-replication/</link><pubDate>Fri, 05 Sep 2008 17:00:00 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/active-active-failover-cluster-with-mysql-replication/</guid><description>&lt;h2 id="electing-a-slave-as-new-master-and-aligning-the-other-slaves-to-the-new-master"&gt;Electing a slave as new master and aligning the other slaves to the new master&lt;/h2&gt;
&lt;p&gt;In a simple MySQL Replication set-up you have high-availability (HA) on the read side (r). But for the master which covers all the writes (w) and the time critical read (rt) there is no HA implemented. For some situations this can be OK. For example if you have rarely writes or if you can wait until a new Master is set up.&lt;/p&gt;</description></item><item><title>MySQL Cluster restore</title><link>https://www.fromdual.com/blog/mysql-cluster-restore/</link><pubDate>Thu, 22 Mar 2007 19:05:00 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mysql-cluster-restore/</guid><description>&lt;p&gt;Recently the question came up if it is faster to restore a MySQL cluster when all nodes are up or only ONE node from each node group during restore.&lt;/p&gt;</description></item><item><title>MySQL Active - Active Clustering</title><link>https://www.fromdual.com/blog/mysql-active-active-clustering/</link><pubDate>Tue, 13 Mar 2007 12:06:00 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mysql-active-active-clustering/</guid><description>&lt;p&gt;It is possible to use an active - active shared-disk cluster in MySQL in some cases. For doing this you have to fulfill the following requirements:&lt;/p&gt;</description></item><item><title>MySQL HA (high availability) Cluster cookbook</title><link>https://www.fromdual.com/blog/mysql-active-passive-fail-over-cluster-with-centos/</link><pubDate>Sun, 27 Mar 2011 18:16:34 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mysql-active-passive-fail-over-cluster-with-centos/</guid><description>&lt;p&gt;In the following article I have summarized some steps and hints to set-up a MySQL active/passive failover Cluster also sometimes called MySQL HA.&lt;/p&gt;</description></item></channel></rss>