Re: One way replication in PostgreSQL - Mailing list pgsql-general

From Frank Alberto Rodriguez
Subject Re: One way replication in PostgreSQL
Date
Msg-id 0f0d4d7e17496bcc162ffd22ed1eb92484fe38c0.camel@gmail.com
Whole thread Raw
In response to One way replication in PostgreSQL  (PALAYRET Jacques <jacques.palayret@meteo.fr>)
List pgsql-general
You could use FDW to replicate what you need to an external server from the provider/primary/master to the subscriber/secondary/slave
Using triggers on the master tables that you want to replicate, you can execute the insert/update/delete actions on the secondary tables through the FDW.
With this approach you only need a connection from provider to the subscriber.

Regards
On Mon, 2019-06-03 at 18:00 +0200, PALAYRET Jacques wrote:
Hello,

If, for security reasons, I can't create a connection or a flow from subscriber/secundary/slave towards provider/primary/master, witch replication systems can I use ?

If possible, I would prefer partial replication (only some tables) to full base replication (all instances).

Do trigger-based replication systems (like Slony or Londiste or others) need a connection or flow from subscriber to the provider ?

Thanks in advance
----- Météo-France -----
PALAYRET JACQUES
DCSC/MBD
jacques.palayret@meteo.fr
Fixe : +33 561078319

pgsql-general by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Questions about btree_gin vs btree_gist for low cardinality columns
Next
From: Lesley Kimmel
Date:
Subject: csvlog Behavior when log file missing