Registriert seit: 4. Jun 2010
15.780 Beiträge
|
Postgresql Streaming Replication recipe
19. Jul 2017, 16:10
This is a quick recipe for PostgreSql 9.x Streaming Replication configuration between a Master and Slave servers based on https://www.howtoforge.com/tutorial/...-15-04/Master: IP 192.168.1.249Everything should be done as postgres user.psql CREATE USER replica REPLICATION ...
More...
|