On Thu, Feb 10, 2011 at 5:07 PM, Shane Hathaway <sh...@hathawaymix.org>wrote:

> On 02/10/2011 08:42 AM, Santi Camps wrote:
>
>> The objective is to duplicate a storage using different mount points.
>>  For instance, if we have  Database1 -> mount_point_1 , create
>> Database2 and Database3 as copies of Database1 (using pg_dump &
>> pg_restore), and then mount them as mount_point_2 and mount_point_3
>>
>
> Yes, but why do you want to do that?  There might be a better way to
> accomplish what you're trying to do, or perhaps what you're doing is the
> right thing to do but there's some bug and you need to describe why that bug
> is important.
>
>
Well, the original is a base site I want to replicate to be used for
different clients.  I often have done that using mount points and zexp's
export/import, but was trying to do it copying the database to avoid the
long and heavy import process.

Thanks

Santi Camps
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to