Jim Fulton wrote at 2008-6-11 15:18 -0400:
>
>On Jun 11, 2008, at 10:36 AM, rahul bhaskar wrote:
>
>> Hi,
>> I am facing some problem with merging two zodb file.
>> is it possible to open two zodb Database at a time and copy object
>> from one to another.
>
>
>Yes, using the export/import mechanism.

Another option is to mount both ZODB's and then copy the objects.

It is necessary to decouple the copy from its source before
it can be stored in the target. Apparently, "copy.deepcopy" is
able to reliably decouple.



-- 
Dieter
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to