high availability

How to Secure MySQL 9 on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Configure MySQL Primary-Replica Replication on Ubuntu 26.04

MySQL primary-replica replication asynchronously copies data from a primary server to one or more replica servers. This improves read scalability, provides a hot standby for disaster recovery, and enables backups from the replica without impacting the primary. This guide sets up replication on Ubuntu 26.04 LTS. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Two […]

Read more
How To Configure a Galera Cluster with MariaDB on Debian 9 Servers — step-by-step Linux tutorial on Progressive Robot

How To Configure a Galera Cluster with MariaDB on Debian 9 Servers

In this guide, you will configure an active-active MariaDB Galera cluster. For demonstration purposes, you will configure and test three Debian 9 Droplets that will act as nodes in the cluster. MariaDB is an open source relational database system that is fully compatible with the popular MySQL RDBMS system. Galera is a database clustering solution that enables you to set up multi-master clusters using synchronous replication.

Read more
How To Install and Configure NATS on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure NATS on Ubuntu 16.04

NATS is an open source high performance messaging system, often described as “a central nervous system for the cloud”. In this tutorial you’ll configure gnats, the official NATS server and create a basic server overload warning system that sends out emails when server load gets too high, using `gnatsd` as its message broker.

Read more
How To Configure a Galera Cluster with MariaDB on Ubuntu 18.04 Servers — step-by-step Linux tutorial on Progressive Robot

How To Configure a Galera Cluster with MariaDB on Ubuntu 18.04 Servers

In this guide, you will configure an active-active MariaDB Galera cluster. For demonstration purposes, you will configure and test three Ubuntu 18.04 Droplets that will act as nodes in the cluster. MariaDB is an open source relational database system that is fully compatible with the popular MySQL RDBMS system. Galera is a database clustering solution that enables you to set up multi-master clusters using synchronous replication.

Read more
CHAT