Hi, I have inherited an old Zope installation as follows: Zope-2.1.4 python1.5 FreeBSD 3.5-STABLE I am attempting to move this site to the following: Zope-2.6.1-linux2-x86 Python-2.1.3 Linux 2.4.18-14 I have Zope up and running in the new environment. I exported all of the folders from the old system and imported them to the new system, however, I can't open any of the folders and the code fails on the site. Does anyone know of any detailed intructions that are usefull in upgrading from such an old release of Zope? Any help tht can be provided is greatly appreciated. Thanks! Brett
On Thu, Oct 16, 2003 at 11:57:58AM -0400, Brett Ames wrote:
I have inherited an old Zope installation as follows:
Zope-2.1.4 python1.5 FreeBSD 3.5-STABLE
I am attempting to move this site to the following:
Zope-2.6.1-linux2-x86
Why not 2.6.2?
Python-2.1.3 Linux 2.4.18-14
I have Zope up and running in the new environment.
I exported all of the folders from the old system and imported them to the new system, however, I can't open any of the folders and the code fails on the site.
well, it's a big upgrade, a lot has changed, especially 2.1 -> 2.2. http://www.zope.org/Products/Zope/2.2.0/upgrading_to_220 Take care of those issues first and make sure the site works on 2.2. If you're lucky those will be the only problems and you can then go straight from 2.2 to 2.6.2. If you're feeling really cautious, you might consider going through the whole cycle of major releases (last / best version of each one). Note that I can't vouch for whether this is necessary or even harmless :-) E.g. upgrade to each of these in turn: Zope-2.2.5 Zope-2.3.3 Zope-2.4.4 Zope-2.5.1 Zope-2.6.2 -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's TRONIC SOUP ARNOLD! (random hero from isometric.spaceninja.com)
I used this method when going from 2.5.2 -> 2.6.2 but it could work for you as well. http://www.zopezone.com/faq/1063992383 BZ -- http://www.zopezone.com http://www.bluewildfire.com
Hi,
I have inherited an old Zope installation as follows:
Zope-2.1.4 python1.5 FreeBSD 3.5-STABLE
I am attempting to move this site to the following:
Zope-2.6.1-linux2-x86 Python-2.1.3 Linux 2.4.18-14
I have Zope up and running in the new environment. I exported all of the folders from the old system and imported them to the new system, however, I can't open any of the folders and the code fails on the site.
Does anyone know of any detailed intructions that are usefull in upgrading from such an old release of Zope?
Any help tht can be provided is greatly appreciated.
Thanks!
Brett
_______________________________________________ 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 )
participants (3)
-
Brett Ames -
BZ -
Paul Winkler