Planet MySQL HA Blog
MySQL Meetups and Events with 30 years of MySQL Celebration! - UPDATED
High Availability and Disaster Recovery with the MySQL Operator for Kubernetes
MySQL Operator for Kubernetes Hands on Introduction with Helm
PostgreSQL active-active replication, do you really need it?
Active-active, also referred to as multi-primary, is a setup where multiple database nodes can accept writes at the same time and propagate those changes to the others. In comparison, regular streaming replication in PostgreSQL allows only one node (the primary) to accept writes. All other nodes (replicas) are read-only and follow changes.
In an active-active setup:
- There is no single point of write.
- Applications can write to any node.
- The database needs a way to sort out…
HeatWave MySQL: Exciting New Features and Updates for FY 2025/26 Q4–Q1
Enhancing Security in OCI: Using Network Security Groups with HeatWave MySQL
Interesting Troubleshooting of a MySQL Crash : filling then freeing the disk
Interesting Binary Logging Optimization in MariaDB
What's new in PMM 3.2.0: Five major improvements you need to know
PMM 3.2.0 brings some long-awaited fixes and new capabilities. You can now install PMM Client on Amazon Linux 2023 with proper RPM packages, get complete MySQL 8.4 replication monitoring, and track MongoDB backups directly in PMM.
Here’s what’s most important in this release:
1. Native Amazon Linux 2023 support - no more workaroundsWhat’s new: If you’ve been running PMM Client on AL2023 and dealing with complex manual installations, those days are over. You can now install PMM Client through native RPM packages just like any other supported platform.