View Single Post
  #3 (permalink)  
Old 03-04-2008, 04:06 PM
mmorse mmorse is offline
Moderator
 
Posts: 6,237
Default

Unless I'm reading this wrong...eas it sounds like you just want Zimbra upgraded not RHEL correct?

What's the output of:
Quote:
su - zimbra
zmcontrol -v
or in the ajax web-client main search bar enter:
Quote:
$set:get version
You can make use of CLI - zmbackup Network Edition Only - Zimbra :: Wiki
Quote:
zmbackup -f -a all -s server.domain.com
Your default backup target is /opt/zimbra/backup unless it's been modified.
You can check with:
Quote:
zmprov gacf | grep zimbraBackupTarget
(But /opt/zimbra/backup could also be mounted/symlinked elsewhere.)

You can also backup the backup somewhere if you'd like or zmcontrol stop then switch to root and run:
Quote:
mkdir /backuprsync
rsync -avHK /opt/zimbra/ /backuprsync/zimbra
Run "df -h" to see your disk freespace information.

You can also open a support ticket and someone would happily hold your hand and walk you through an upgrade if you'd like

You should also read the release notes as there's installation instructions at the bottom - you can find everything through this page: 4.5.11 & 5.0.2 Released!
Reply With Quote