View Single Post
  #10 (permalink)  
Old 10-30-2009, 04:25 AM
snake007uk snake007uk is offline
Junior Member
 
Posts: 7
Default

Upgrade successful

Here is what I did for my upgrade:

1) Shutdown ZCS (/etc/init.d/zimbra stop)
2) Make sure all ZCS processes have indeed terminated (ps -ef | grep java) or (ps -ef | grep zimbra)
3) Take a good backup of /opt/zimbra (tar -zxvf myZimbraBackup.tgz /opt/zimbra)
4) Upgrade to ZCS 6.0.2 (run the install.sh script)
5) Start ZCS (/etc/init.d/zimbra start)
6) Verify everything is ok

I did not bother upgrading to 5.0.19. However When you upgrade to 6.0.2 it applies all the patches from 5.0.x
to 6.0.2 (see below)

Updating from 5.0.9_GA
Updating from 5.0.10_GA
Updating from 5.0.11_GA
Updating from 5.0.12_GA
Updating from 5.0.13_GA
Updating from 5.0.14_GA
Updating from 5.0.15_GA
Updating from 5.0.16_GA
Updating from 5.0.17_GA
Updating from 5.0.18_GA
Updating from 5.0.19_GA
Updating from 5.0.20_GA
Updating from 6.0.0_BETA1
Migrating all domain admins to ACL based access manager...done.
Checking for default IM conference room...not present.
Initializing default IM conference room...done.
Deleted cn=mime,cn=config,cn=zimbra
Updating from 6.0.0_BETA2
Updating from 6.0.0_RC1
Updating from 6.0.0_RC2
Updating from 6.0.0_GA
Updating from 6.0.1_GA
Updating from 6.0.2_GA

Thats was it. Hope this helps everyone
Reply With Quote