Re: [Zope-dev] Re: [Zope3-Users] is it possible to copy object b/w two zodb Database

"Dieter Maurer" <[email protected]> Sat, 14 Jun 2008 21:06:53 +0200
Newsgroups gmane.comp.web.zope.announce,gmane.comp.web.zope.websites,gmane.comp.web.zope.devel,gmane.comp.web.zope.general,gmane.comp.web.zope.zope3.user
Message-ID <[email protected]>
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-Announce maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-announce

  Zope-Announce for Announcements only - no discussions

(Related lists - 
 Users: http://mail.zope.org/mailman/listinfo/zope
 Developers: http://mail.zope.org/mailman/listinfo/zope-dev )