As I understand, the steps are like this:
I'll do it in a new hardware server, to avoid down time
1. install Fedora 7 in the new server
2. Install 4.5.11 GA Release in the new server with Fedora 7
3. Backup the fresh install: su - zimbra, zmcontrol stop, exit, mv /opt/zimbra /opt/zimbra.fresh_install, la -lah /opt
4. Backup the production server (version 4.5.9 on FC5): su - zimbra, zmcontrol stop, exit, scp -rp /opt/zimbra root@newserver:/opt/
5. In the new server: chown -Rf zimbra:zimbra /opt/zimbra, chmod -Rf 755 /opt/zimbra, su - zimbra, /opt/zimbra/libexec/zmfixperms
6. Install (upgrade) Zimbra 5.0.8 GA Release on the new server with Fedora 7: cd /opt, download the last version for Fedora 7, tar -xvzf zcs-5.0.8_GA_XXXX.tgz, cd /opt/zcs5, ./install
7. follow the instructions
8. Set the permissions: su - zimbra, zmcontrol stop, exit, chown -Rf zimbra:zimbra /opt/zimbra, chmod -Rf 755 /opt/zimbra, /opt/zimbra/libexec/zmfixperms, su - zimbra, zmcontrol start, zmcontrol status
9. Check if everything is ok
Are these the right steps? |