My case As far as I tried on my testing environment with FOSS, the following steps worked.
1. Install FC7 on testing server ( I installed from scratch) and use the same hostname as production server.
2. Stop unnecessary services, update everything (yum -y update), and install libtool-ltdl (yum install libtool-ltdl.i386).
3. Configure DNS as usual.
4. Create link for libcurl.so.3 (# cd /usr/lib; ln -s libcurl.so.4.0.0 libcurl.so.3).
5. Comment out requiretty in /etc/sudoers.
6. Install 4.5.10 FC5 on testing server.
7. Stop 4.5.10 on testing server and delete /opt/zimbra directory.
8. Transfer /opt/zimbra from production server to testing server.
9. Run upgrade on testing server.
10. During upgrade, stop mysql by zimbra user ($mysql.server stop) just after database integrity check (but not sure if it's really necessary...).
Hoping it helps...
Last edited by samotrak; 01-09-2008 at 11:26 AM..
|