I was running ZD 7.0.1 on Ubuntu 11.04 32-bit until I experienced what a lot of users have already reported on when sending Yahoo email(s). Out of frustration, I manually downloaded the zimbra desktop 7.1.1 (build 10917) "zdesktop_7_1_1_ga_b10917_linux_i686.tgz" file and hoped the Yahoo issue has been fixed.
So, I backed up my existing zdesktop folder manually just in case something happens:
:~$ pwd
/home/myname
:~$ cp -
pR zdesktop zdesktop-bkup-08302011
:~$ du zdesktop -h -s
247MB
:~$du zdesktop-bkup-08302011 -h -s
247MB
I now extract the downloaded tgz file to my home folder:
:~$ tar -zxf /home/myname/Downloads/zdesktop_7_1_1_ga_b10917_linux_i686.tgz
Then cd to the new folder that was just created:
:~$ cd zdesktop_7_1_1_ga_b10917_linux_i686
Now I run the install script ("install.pl") and accepted all the default folder paths:
:~$ sudo ./install.pl
Welcome to Zimbra Desktop setup wizard. This will install Zimbra Desktop on your computer.
------------------------------
Press enter to continue:
PLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE. VMWARE INC. WILL ONLY LICENSE THIS SOFTWARE TO YOU IF YOU FIRST ACCEPT THE TERMS OF THIS AGREEMENT. BY DOWNLOADING OR INSTALLING THE SOFTWARE, OR USING THE PRODUCT, YOU ARE CONSENTING TO BE BOUND BY THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS AGREEMENT, THEN DO NOT DOWNLOAD, INSTALL OR USE THE PRODUCT.
License Terms for this Zimbra Collaboration Suite Software: Zimbra - Zimbra Public End-User License Agreement, Version 2.3
------------------------------
(A)ccept or (D)ecline [A]: A
------------------------------
Choose the folder where you would like to install Zimbra Desktop's application files [/opt/zimbra/zdesktop]:
Installing application files...done
You have finished installing application files.
Would you like to continue to install data files for user: root?
------------------------------
(Y)es or (N)o [N]: N
To install data files for additional users, please login as the user and run this command:
/opt/zimbra/zdesktop/linux/user-install.pl
When I ran the "user-install.pl" as the user I want, the install script created a new folder called "zd_backup" in /home/myname and a new "zdesktop" (12MB) folder also in the /home/myname. The script just blew away and overwrote existing user profiles and data in /home/<userdir>/zdesktop folder with the new version!!!
Thank goodness I made a backup!
Question:
What is the official migration (or workaround) to migrate zimbra desktop 7.0.1 user data to zimbra desktop 7.1.1 from the backup I made (/home/myname/zdesktop-bkup-08302011)?