MariaDB High Availability Cluster: Galera, HAProxy, Keepalived
A three node MariaDB Galera cluster behind an HAProxy pair and a Keepalived virtual IP survives a power-killed…
A three node MariaDB Galera cluster behind an HAProxy pair and a Keepalived virtual IP survives a power-killed…
phpMyAdmin is the de-facto web UI for MySQL and MariaDB. It runs as a stock PHP application served…
LAMP is the four-letter shorthand for the original web-app stack: Linux, Apache, MySQL or MariaDB, and PHP. On…
Fedora ships MySQL 8.4 LTS in its default repositories, which means installing MySQL on a Fedora workstation or…
Ubuntu 26.04 LTS ships with both MySQL 8.4 and MariaDB 11.8 in its default repositories. If you need…
The LAMP stack is still the default starting point for most PHP-based web applications. Ubuntu 26.04 LTS (Resolute…
Most production web stacks on Ubuntu run Nginx over Apache these days. Nginx handles static content and reverse…
The Prometheus mysqld_exporter scrapes metrics from MySQL or MariaDB and exposes them in the Prometheus text format on…
Shipping MySQL or MariaDB backups to S3 gets them off the database host and into durable, geographically redundant…
Primary-replica (historically called master-slave) replication on MariaDB gives you an asynchronous copy of a database you can use…
Void Linux handles services differently from most distros. There’s no systemd here. Runit manages everything, and the package…