Deploying a PostgreSQL instance on Ubuntu is as simple as running a single command (i.e. sudo apt install postgresql-). Yet, running a single instance of PostgreSQL is a recipe for downtime and reputation damage to your company.
To run a highly available PostgreSQL deployment you need to leverage several techniques such as replication, automatic failovers, failure isolation and backups.
In this webinar, we will examine advanced techniques to implement fail-safe replication and automatic fail-overs. We will cover the following:
Replication techniques
Automatic fail-over techniques on client and server side
Demo