Re: Replication pull instead of push

2018-03-07 Thread PegoraroF10
My question was ... how to pull data from Master into Slave. Postgres has a Publication/Subscription model that Slave connects to Master and gets the data. I want something that Master server gets its data which needs to be replicated and send that data to Slave. Is that way possible ? If there i

Re: Replication pull instead of push

2018-03-07 Thread Fabrízio de Royes Mello
2018-03-07 16:01 GMT-03:00 PegoraroF10 : > > We have several servers, our masters, installed on several cities. Then we > need have a centralized database (our standby) where we can do our reports. > So, usual way of doing postgres replication is creating a > replication/subscription process. Ok.

Replication pull instead of push

2018-03-07 Thread PegoraroF10
We have several servers, our masters, installed on several cities. Then we need have a centralized database (our standby) where we can do our reports. So, usual way of doing postgres replication is creating a replication/subscription process. But then that master server should be reachable and so