Re: One way replication in PostgreSQL
От | Frank Alberto Rodriguez |
---|---|
Тема | Re: One way replication in PostgreSQL |
Дата | |
Msg-id | 0f0d4d7e17496bcc162ffd22ed1eb92484fe38c0.camel@gmail.com обсуждение исходный текст |
Ответ на | One way replication in PostgreSQL (PALAYRET Jacques <jacques.palayret@meteo.fr>) |
Список | 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 по дате отправления: