Hi Jason,
 
How much data loss toleration do you have? Which version of Postgres are you using?
 
If no data loss is required and Postgres version is 9.6, you can use synchronous replication.
If you have data loss tolerance you can use asynchronous replication or delayed replication.
 
Best regards.
 
İyi çalışmalar.
Samed YILDIRIM
 
 
 
15.03.2017, 08:01, "jasoninmel" <jasoninmel+1@gmail.com>:
Hi there, I have used Postgres with Master/Slave setup and I've used streaming replication to keep the slave instance up to date with Master. Now I want to have a DR site and ensure the secondary site also has up to date data. What is the best replication method recommended for this purpose? Thanks, Jason
View this message in context: Postgres - Replication
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.