How to upgrade Zope-2.7.1 to Zope-2.7.4 (Windows)
Hi, I want to upgrade my Zope-2.7.1 to the lastest version Zope-2.7.4 in Windows. As far as I know it might be done by simply installing Zope-2.7.4 (using the executale binary Zope-2.7.4-0-win32.exe) over the existing Zope-2.7.1 (meaning the destination directory will be the existing Zope home). I have created many Zope instances (using Zope-2.7.1) running as Windows services. So if I upgrade the existing Zope-2.7.1 (rather than install Zope-2.7.4 in a new directory) then I don't have to make any change into my existing Zope instances. Could anyone tell that this is the right thing to do it or I would miss anything? Thanks, Trung Tran Email: trung.tran@hwe.com.au
Trung, I did this recenly, rather than using the windows install I downloaded just the source code files and copied over the old files. It worked perfectly well. Without a hitch actually. ____________________________________________ Peter Millar -----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org] On Behalf Of Trung Tran Sent: Friday, 21 January 2005 08:27 To: 'zope@zope.org' Subject: [Zope] How to upgrade Zope-2.7.1 to Zope-2.7.4 (Windows) Hi, I want to upgrade my Zope-2.7.1 to the lastest version Zope-2.7.4 in Windows. As far as I know it might be done by simply installing Zope-2.7.4 (using the executale binary Zope-2.7.4-0-win32.exe) over the existing Zope-2.7.1 (meaning the destination directory will be the existing Zope home). I have created many Zope instances (using Zope-2.7.1) running as Windows services. So if I upgrade the existing Zope-2.7.1 (rather than install Zope-2.7.4 in a new directory) then I don't have to make any change into my existing Zope instances. Could anyone tell that this is the right thing to do it or I would miss anything? Thanks, Trung Tran Email: trung.tran@hwe.com.au _______________________________________________ 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 )
Trung Tran wrote:
Hi, I want to upgrade my Zope-2.7.1 to the lastest version Zope-2.7.4 in Windows. As far as I know it might be done by simply installing Zope-2.7.4 (using the executale binary Zope-2.7.4-0-win32.exe) over the existing Zope-2.7.1 (meaning the destination directory will be the existing Zope home).
That should work, but means you're stuffed if you want ot go back to 2.7.1 for any reason...
I have created many Zope instances (using Zope-2.7.1) running as Windows services. So if I upgrade the existing Zope-2.7.1 (rather than install Zope-2.7.4 in a new directory) then I don't have to make any change into my existing Zope instances. Could anyone tell that this is the right thing to do it or I would miss anything?
Well, what I've done, and has worked for years on both Linux and Windows, is to install the Zope software in folders related to their version, eg: E:\Zope\2.7.1 E:\Zope\2.7.4 I think create projects as instance homes: E:\Zope\myproject1 E:\Zope\myproject2 Then, all I need to do to upgrade is install the new zope software (putting 2.7.whatever in the location box for the binary installer) and then tweak the start scripts (you'll have to fiddle with the service start scripts) and zope.conf's of the instances I want to upgrade, restart them, and you're done :-) cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (3)
-
Chris Withers -
Peter Millar -
Trung Tran