Re: Having two simultaneous and similar database

From: Sairam Krishnamurthy <kmsram420(at)gmail(dot)com>
To: Ben Madin <lists(at)remoteinformation(dot)com(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Having two simultaneous and similar database
Date: 2010-10-05 07:49:01
Message-ID: AANLkTim4GtKGzwSUhoDoUECJthxXEnRGHoy2Tk5siRfP@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ben,

Thanks for the pointer. I did had a look at this b4 posting this. It
seems more of a back up rather than maintaining two databases. So i
basically have to set up a continuous archive and use the raw file to
update the other database.

I was rather looking for a direct way to maintain to synchronous databases.

On Mon, Oct 4, 2010 at 6:31 PM, Ben Madin
<lists(at)remoteinformation(dot)com(dot)au> wrote:
> I think you want something like :
> http://www.postgresql.org/docs/8.4/interactive/backup.html
> On 05/10/2010, at 7:02 AM, Sairam Krishnamurthy wrote:
>
> Hi all.
>
> I am trying to create two databases in two different machines connected over
> the lan. Both the databases have similar tables and fields in them. I will
> be updating database A always. I want the update to be backed up to database
> B automatically during the night when no one will be using the databases.
>
> Can some one tell if if this can be done and if yes how ?
>
> --
> Thanks,
> Sairam Krishnamurthy
> +1 612 859 8161
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sairam Krishnamurthy 2010-10-05 07:52:00 Re: Having two simultaneous and similar database
Previous Message Cédric Villemain 2010-10-05 07:43:09 Re: Is there a logical reason for 25P02?