Hi,
Thx much for your quick answer!
I installed 4.0.4 on my testserver to check out the new Zimbra version. After that i rsync'd the old Zimbra to /opt/zimbra. Maybe the problem was that i installed the new 4.0.4. and not 3.0.1 before rsync'ing?
Anyway...i will try to update the old (productive) Zimbra version 3.0.1 to 4.0.4.
The permissions and owner and symbolic links must be preserved: Last time when i tried to copy i made probably a mistake while copying...or a mistake while rsync'ing...(symbolic-links and permission errors in logfile)..so:
- What is the correct cp -command and -options to make a copy of the "old" version..before updating?
=> i used: # cp -avp SOURCE DEST
- What is the correct rsync -command to transmit /opt/zimbra to the remote server via SSH?
=> i used: # rsync -avz -p -e ssh remoteuser@remotehost:/remote/dir /this/dir/
Sorry.. i don't know much about linux and could not find the right commands for me in Zimbra Forums.
Is that the right way? :
- Stop Zimbra
- Rename /opt/zimbra to /opt/zimbra.backup
- Copy /opt/zimbra.backup to /opt/zimbra (preserving perms, owner and sym-links)
- Upgrade Zimbra to 4.0.4
- Test Zimbra 4.0.4
- Install Zimbra 4.0.4 on the new server (clean install)
- Change hostname, IP, hosts to match the old server
- rsync Zimbra
thx much for your answer!