Skip to content

postgresql

PostgreSQL, also known as Postgres, is a free and open-source relational database management system emphasizing extensibility and SQL compliance

Advanced PostgreSQL monitoring using Telegraf, InfluxDB, Grafana

Introduction This post will go through my experience with setting up some advanced monitoring for PostgreSQL database using Telegraf, InfluxDB, and Grafana (also known as the TIG stack), the problems I faced, and what I ended up doing at the end. What do I mean by advanced? I liked this

Advanced PostgreSQL monitoring using Telegraf, InfluxDB, Grafana

PostgreSQL replication using Bucardo

There are many different ways to use replication in PostgreSQL, whether for high availability (using a failover), or load balancing (for scaling), or just for keeping a backup. Among the various tools I found online, I though bucardo is the best for my use case - keeping a live backup

PostgreSQL replication using Bucardo