Re: Having two simultaneous and similar database

From: Ben Madin <lists(at)remoteinformation(dot)com(dot)au>
To: pgsql-general(at)postgresql(dot)org
Cc: Sairam Krishnamurthy <kmsram420(at)gmail(dot)com>
Subject: Re: Having two simultaneous and similar database
Date: 2010-10-04 23:31:06
Message-ID: 9289968E-11AE-4D89-96E8-E227760D74F2@remoteinformation.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ben Madin 2010-10-04 23:35:28 Re: How to data dump a table content to a CSV or XML format?
Previous Message Mike Christensen 2010-10-04 23:02:51 [Off Topic] Software load balancing question