Differences between revisions 3 and 29 (spanning 26 versions)
Revision 3 as of 2018-01-20 17:06:00
Size: 266
Comment:
Revision 29 as of 2020-02-03 17:13:54
Size: 439
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
What we really want to set up is a galera cluster. We will use 3 systems for this Mariadb is a relational database. Configured as a Galera cluster it can run as a distributed sql server that automatically replicates data between servers.
Line 5: Line 5:
We will configure 3 mariadb servers in a Galera cluster.
Line 6: Line 7:
 * 192.168.1.45 mariadb01
 * 192.168.1.45 mariadb02
 * 192.168.1.45 mariadb03

== Software ==
{{{
apt-get install mariadb-server
}}}

== Configuration ==
Configure the [[Mariadb Server|servers]] then continue by adding [[Mariadb Replication Encryption|replication encryption]] and finalize with [[Mariadb Client-Server Encryption|client/server encryption]].

Mariadb

Mariadb is a relational database. Configured as a Galera cluster it can run as a distributed sql server that automatically replicates data between servers.

We will configure 3 mariadb servers in a Galera cluster.

Configure the servers then continue by adding replication encryption and finalize with client/server encryption.

None: Mariadb (last edited 2020-02-03 17:13:54 by Kristian Kallenberg)