3

What is the best approach to upgrade from Zend Server CE 5.0 with php 5.2 to Zend Server CE 5.1 with php 5.3?

Uninstall and reinstall? Install over existing version?

hakre
  • 193,403
  • 52
  • 435
  • 836
webgr
  • 494
  • 7
  • 14

1 Answers1

4

With the existing setup itself you can upgrade Zend Server CE to higher versions. This can save your configuration time if you are having lot of configuration in your existing server

Check Page: 69 in the following pdf -

http://static.zend.com/topics/Zend-Server-CE-Installation-Guide-V40-n.pdf

You can upgrade Zend Server CE to Zend Server as well.

Vijay
  • 365
  • 1
  • 2
  • 12
  • I upgraded like this and it was a very straight forward process with minimal downtime: `# ./upgrade_zs_php.sh 5.3 ce` Running this script preformed the following: * Configures your package manager to use Zend Server repository * Removes the previous Zend Server installation if it exists * Installs Zend Server PHP 5.3 on your system using your package manager * Restores old configuration files – webgr Mar 25 '11 at 07:46
  • Thank you :). Worked perfect for Windows 8/Zend CE Server for Php 5.3 to 5.4 upgrade – KestutisIT Jul 13 '13 at 21:36
  • It appears that the link is broken. – Realitätsverlust Sep 07 '16 at 07:16