Category: PostgreSQL
Point in time recovery in PostgreSQL
Today’s post is about point in time recovery for a PostgreSQL database. In this post I will demonstrate, by creating a new db in PostgreSQL and creating tables and inserting some values in it . […]
610 total views
Setting up streaming replication in PostgreSQL 10
In today’s post, I will be setting up a primary and standby configuration for PostgreSQL 10 . In PostgreSQL the DR configuration is called streaming after release 9 onward. All transaction in PostgreSQL are written […]
385 total views