On Sun, 2005-03-20 at 22:33 -0500, Christopher Browne wrote:
> After a long battle with technology, [EMAIL PROTECTED] (prakash sompura), an 
> earthling, wrote:
> > Can any one tell me how do I replicate my PostgreSql database from
> > one server to another server?

You can use Mammoth Replicator or Slony.

Replicator can be found here:

http://www.commandprompt.com/

Slony can be found here:

http://www.slony.info

Replicator is easier to setup and manage but it is not free.


Sincerely,

Joshua D. Drake



> 
> One method involves using pg_dump to dump the state out, and load it
> onto the other server.  Certainly this is the simplest way to do a one
> point in time replication.
> 
> Another involves using the PG 8.0 "PITR" (Point In Time Recovery)
> facility.
> 
> If you want the replica to be relatively up to date and usable more or
> less continuously as a queryable replica, then you should look into
> one or another of the replication systems.  Slony-I is the "hot name"
> at this point...
-- 
Command Prompt, Inc., Your PostgreSQL solutions company. 503-667-4564
Custom programming, 24x7 support, managed services, and hosting
Open Source Authors: plPHP, pgManage, Co-Authors: plPerlNG
Reliable replication, Mammoth Replicator - http://www.commandprompt.com/


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to