Replication pull instead of push

From: PegoraroF10 <marcos(at)f10(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Replication pull instead of push
Date: 2018-03-07 19:01:33
Message-ID: 1520449293442-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 sometimes it´s not, just
because their IP changed or because we need to configure its router to get
Postgres server properly.

Finally my question, there is a way to pull data which needs to be
replicated from master to slave.

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fabrízio de Royes Mello 2018-03-07 19:38:20 Re: Replication pull instead of push
Previous Message Martin Mueller 2018-03-07 18:41:36 Re: a very primitive question about division