Re: DATABASE CLONNING

From: Mark Roberts <mailing_lists(at)pandapocket(dot)com>
To: JORGE MALDONADO <jorgemal1960(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: DATABASE CLONNING
Date: 2008-06-11 16:18:39
Message-ID: 1213201119.9666.89.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Unless you need to be generating these databases on the fly, you might
consider Slony for your database replication needs http://slony.info/

Essentially, what I mean is that you create said databases, and slony
keeps them in sync (as replicas of the master database).

-Mark

On Wed, 2008-06-11 at 10:43 -0500, JORGE MALDONADO wrote:
> I am developing an application in which I need to create several equal
> databases based on one that I will take as standard. What I mean is
> that I will create one basic empty complete database (including table,
> constrains, indexes, etc.) and from here I need to clone other
> databases which will be part of the production application.
> Is it possible to do it ???

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Alan Hodgson 2008-06-11 16:28:51 Re: DATABASE CLONNING
Previous Message JORGE MALDONADO 2008-06-11 15:43:50 DATABASE CLONNING