Re: How to merge data from two separate databases into one (maybe using xlogs)?

From: Vick Khera <vivek(at)khera(dot)org>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to merge data from two separate databases into one (maybe using xlogs)?
Date: 2010-10-27 20:26:34
Message-ID: AANLkTikvhWeXoVY3-KHM1ctObSCxxq63Jx1G3Qk10p8b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Oct 27, 2010 at 9:58 AM, <Daniel(dot)Crespo(at)l-3com(dot)com> wrote:
> So, the question would be: How can I do to merge data from DB0 and DB1 and
> make it available in the new master, whichever is chosen? Any ideas?

Perhaps investigate bucardo for replication, as it is supposed to be
able to help in situations like this. I think you will have to write
some policy so it knows how to resolve conflicting updates unless you
don't care which one wins.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lennin Caro 2010-10-27 20:37:22 Re: How to merge data from two separate databases into one (maybe using xlogs)?
Previous Message Vick Khera 2010-10-27 20:12:15 Re: DB become enormous with continuos insert and update