MariaDB - /etc/mysql/mariadb.conf.d/60-galera.cnf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original 60-galera.cnfConfiguration File Information
Authentic & Original
Unaltered 60-galera.cnf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Ubuntu 24.04 LTS (Noble Numbat)
โ Also compatible:
Debian 11 (Bullseye),
Debian 12 (Bookworm)
Ubuntu 22.04 LTS (Jammy Jellyfish),
โ Different versions:
Debian:
Ubuntu:
Configuration File Content
22 lines
#
# * Galera-related settings
#
# See the examples of server wsrep.cnf files in /usr/share/mysql
# and read more at https://mariadb.com/kb/en/galera-cluster/
[galera]
# Mandatory settings
#wsrep_on = ON
#wsrep_cluster_name = "MariaDB Galera Cluster"
#wsrep_cluster_address = gcomm://
#binlog_format = row
#default_storage_engine = InnoDB
#innodb_autoinc_lock_mode = 2
# Allow server to accept connections on all interfaces.
#bind-address = 0.0.0.0
# Optional settings
#wsrep_slave_threads = 1
#innodb_flush_log_at_trx_commit = 0
Download Commands
60-galera.cnf โข
Download the 100% original unaltered configuration file pulled from MariaDB
Using wget:
wget -O 60-galera.cnf.example https://exampleconfig.com/api/v1/config/original/e2f4b79114ba923199ead4b7e94eee70?hint=60-galera.cnf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/e2f4b79114ba923199ead4b7e94eee70?hint=60-galera.cnf > 60-galera.cnf.example