Hi, When exporting from one Zope and importing to another, what problems can arise? Is importing/exporting restricted to zope-installations of the same version, or can objects be moved say from version 2.4.0 to 2.5.0? What other possibilities are there to move contents from one zope-server to another? Thanks for any answers! regards, Stephan
You just need to make sure that the same Products/Classes are installed on both Zope servers. Exporting from 2.4 into 2.5 should not be a problem in general. -Casey On Wednesday 17 July 2002 08:23 am, Stephan Herschel wrote:
Hi,
When exporting from one Zope and importing to another, what problems can arise? Is importing/exporting restricted to zope-installations of the same version, or can objects be moved say from version 2.4.0 to 2.5.0? What other possibilities are there to move contents from one zope-server to another?
Thanks for any answers!
regards, Stephan
Stephan Herschel writes:
When exporting from one Zope and importing to another, what problems can arise? Products may be missing in the target installation.
Is importing/exporting restricted to zope-installations of the same version, or can objects be moved say from version 2.4.0 to 2.5.0? No. What other possibilities are there to move contents from one zope-server to another? I usually move the complete "Data.fs".
Dieter
participants (3)
-
Casey Duncan -
Dieter Maurer -
Stephan Herschel