On 07.06.09 19:02, Aleksey Tsalolikhin wrote:
> My Zope 2.10 server tells me:
>
>     Note: Zope can export/import objects in two dfferent formats:
>     a binary format (called ZEXP) and as XML. The ZEXP format
>     is the officially supported export/import format for moving data
>     between identicial Zope installations (it is not a migration tool).
>     The XML export/import is unsupported (and possibly broken
>     under certain circumstances) - use it at your own risk.
>
> I am moving a Web app from Zope 2.7 to 2.10.   I exported it
> from 2.7 and imported to 2.10 and this worked.  But then I saw
> the above note.  Is there a migration tool?  Where is it, please?

Since migrations are application specific, you usually have to write
a migration script yourself. Zope does not know about changes in your
application
- that's why Zope can not provide any kind of migration mechanism for you -
except providing the low-level export/import on the Python pickle level.

-aj
begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd. & Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:i...@zopyx.com
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard

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

Reply via email to