postgres

Postgres db logo

High Availability in PostgreSQL: Replication with Docker

This post discusses the importance of High Availability in database systems, particularly focusing on implementing Streaming replication with PostgreSQL and Docker. It covers various solutions like Log Shipping, Streaming, and Cascading Replication.

business cargo cargo container city

Running PostgreSQL in Docker

In this article, I show you how to setup postgreSQL using Docker. You will also learn how to back up postgres databases and restore them.

macbook pro near iphone and apple fruit

Setting up PostgreSQL on Linux

Postgres is a popular open source enterprise-ready database management system.

In this post, I show how to install and configure it on Linux.

software engineer standing beside server racks

Databases in AWS: RDS

Amazon Relational Database Service (RDS) is a managed relational database service that allows you to setup and operate SQL databases in the AWS cloud.

In this article we’ll discuss the RDS databases and their scalability and high availability.