Re: Clone a database to other machine

From: "Garg, Manjit" <mgarg(at)corbus(dot)com>
To: <lists(at)stringsutils(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Clone a database to other machine
Date: 2008-07-28 17:32:24
Message-ID: 71533CF615F98646AC7B1C66B0F5158B040F6093@hercules.corbus.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi,

Yes, I'm able to pg_dump the database to other server. And database is
working fine there.

But, actually I want to keep both the Databse in Sync. I want clone db
to get the data from Master in certain intervals.

DB dump size is 3 GB.

Thanks and regards,

-----Original Message-----
From: Francisco Reyes [mailto:lists(at)stringsutils(dot)com]
Sent: Monday, July 28, 2008 10:42 PM
To: Garg, Manjit
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Clone a database to other machine

On 12:44 pm 07/28/08 "Garg, Manjit" <mgarg(at)corbus(dot)com> wrote:
> I'm stuck to an issue while cloning the pgsql database, can you
> please help, or give any docs to help out.

What is the issue?

> Query - Trying to have same database on two seprate linux servers.

Have you been able to pg_dump from the source DB and then read it in the
target?

Are you trying to do replication or you just want point in times?
How large is the database?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2008-07-28 17:36:48 Re: should i need to install xml library in postgresql inorder to work on xml file?
Previous Message Francisco Reyes 2008-07-28 17:22:06 Re: Date index not used when selecting a date range