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

Eric Bréhault ebrehault at gmail.com
Wed Jun 11 14:35:38 EDT 2008


Hello,

I do not know if you can open 2 ZODB

but you can exchange objects between 2 instances:
a method on instance A would export an object as zexp and stream it over http
and a method on instance B would call this method on instance A, and
would import the resulting zexp

but there is maybe a smarter way

Eric

On Wed, Jun 11, 2008 at 4:36 PM, rahul bhaskar <rahulbhask at gmail.com> 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.
>
> Regards
> Rahul Bhaskar
> _______________________________________________
> Zope3-users mailing list
> Zope3-users at zope.org
> http://mail.zope.org/mailman/listinfo/zope3-users
>


More information about the Zope mailing list