PostgreSQL Tutorial 19-How to setup streaming replication in PostgreSQL step by step on Ubuntu 24.04

Описание к видео PostgreSQL Tutorial 19-How to setup streaming replication in PostgreSQL step by step on Ubuntu 24.04

PostgreSQL Tutorial - 19 - How to setup streaming replication in PostgreSQL step by step on Ubuntu 24.04 LTS
---------------------------------------------------------------------------------------------------------------------
[email protected] Chirags PostgreSQL DBA Tutorial https://www.chirags.in
*********************************************************************************************
How to setup streaming replication in PostgreSQL 16 step by step on Ubuntu 24.04 LTS
***********************************************************************************************
1. Streaming replication, a standby (replication slave) database server is configured to connect to the master/primary server, which streams WAL records to the standby as they are generated, without waiting for the WAL file to be filled.

2. By default, streaming replication is asynchronous where data is written to the standby server(s) after a transaction has been committed on the primary server. This means that there is a small delay between committing a transaction in the master server and the changes becoming visible in the standby server.
PostgreSQL Master name and IP address:

PGMaster and 192.168.32.128

PostgreSQL Slave/Replica name and IP address:

PGSlave and 192.168.32.129

On Master and Slave servers, PostgreSQL 16 must have installed.

Or you can install with below command
sudo apt update
sudo apt install postgresql postgresql-contrib


Note : Flow the Process shown in video.

😉Subscribe and like for more videos:
   / @chiragstutorial  
💛Don't forget to, 💘Follow, 💝Like, Share 💙&, Comment

Tutorial Link :
https://www.chirags.in/tutorials/Post...

Thanks & Regards,
Chitt Ranjan Mahto "Chirag"
____________________________________________________________________
Note: All scripts used in this demo will be available in our website.
Link will be available in description.

#postgresql
#replication
#postgresreplication
#streaming
#streamingreplication
#chiragstutorial
#chiragsdbatutorial

Комментарии

Информация по комментариям в разработке