i'm sorry is my first post .. and my english is soo poor..
The I try to move the server (to simulate to restore all data to new server) whit this procedure:
Moving ZCS to Another Server » Zimbra :: Blog.
I read many wiki in this forum and the exact step are:
1) copy all data from old server to external lan disk (for external disk I use one ubuntu server whit nfs sharing) whit the command rsync -avH /opt/zimbra /backup
2) create a new identical server (ubuntu 8.04 - 64bit) and install exactly version of ZCS whit the command ./install.sh -s
4) remove the installation whit rm -r /opt/zimbra
5) copy all data from backup to /opt/zimbra on new server (rsync -avH /backup /opt/zimbra)
6) run zmfixperms to fix permission on file
7) rerun install script whitout the -s option
.. when the scrit ask if I want to check the message store database I reply yes and then found databse corrupt on all file.
If I execute zmdbintegrityreport -v :
Database errors found.
/op/zimbra/mysql/bin [bla bla bla]
Error: Incorrect information in file : ' ./mboxgroup1/appointment.frm'
error: Corrupt
mboxgroup1.data_source_item
This for many many table (all I think)
I try to reply the log but it's complicate because all sistem are vitual..