View Single Post
  #1 (permalink)  
Old 09-21-2005, 01:10 PM
KevinH KevinH is offline
Zimbra Employee
 
Posts: 4,792
Default ZCS 3.0 Milestone 1 Released

Just released to the downloads. Please if possible use the Bittorrent links. This saves us bandwidth.

Included below is a brief release note, with upgrade steps if needed.

-kevin

Quick Upgrade Steps From 2005.0.0 (aka ARMSTRONG). This is only required if you *MUST* save the data. If you've just created test data then simply run <old install>/install.sh -u and 3.0.M1/install.sh this will get you all the new bits and an updated schema.

To save existing users and data, you'll need to migrate the database schema prior to installing 3.0.M1. These steps will accomplish that.

su - zimbra
zmcontrol shutdown
mysql.server start
mkdir 30_M1_migrate
cd 30_M1_migrate
unzip zcs_3.0.M1.migrate.zip http://downloads.zimbra.com/3.0_M1/z...1a.migrate.zip
./migrate20050824a-Volume.pl
./migrate20050831-SecondaryMsgVolume.pl
mysql.server stop
3.0.M1/install.sh


Significant changes and new features in 3.0 M1
- Calender drag and drop
- Calendar performance improvements
- Reduced start-up latency via Javascript compression (strip white space/comments)
- Alexa integration. Hover over URL's to get a image snapshot
- Fixed Ajax Toolkit examples
- Installer adjusts for low memory installation

Last edited by KevinH; 09-22-2005 at 06:02 PM..
Reply With Quote