Planet MySQL HA Blog
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.
HeatWave MySQL security series: Achieving PCI DSS 4.0 Compliance
Replacing MySQL Enterprise Monitor with Enterprise Manager
Keeping a close eye on MySQL databases is essential for maintaining top-notch performance, reliability, and security. For many years, MySQL Enterprise Monitor (MEM) was the go-to tool for monitoring, providing basic alerts, performance graphs, and straightforward query analysis. However, since it was phased out in January 2025, organizations have been looking for modern alternatives, with […]
The post Replacing MySQL Enterprise Monitor with Enterprise Manager appeared first on Severalnines.