Quote:
Originally Posted by fyd Hey igord,
I love that signature .. hehe. Just looked into your mailbox.log and there are errors at the time of re-indexing. I did a search and found this. A similar issue .. convertd wasn't working for that guy and his logs had similar errors. I really think you should check out this thread. Since u've a backup of the account, just hit it. |
Hello,
thank you very much for tips - it worked!
(and signature is inspired by your thoughts

)
I followed instructions at link you provided me with, I will repeat the steps if somebody else have the same problem:
1) Check if convertd is enabled after upgrade (apparently it was installed but was not enabled):
$ zmprov gs 'mail-server-hostname' | grep zimbraServiceInstalled
zimbraServiceInstalled: antivirus
zimbraServiceInstalled: antispam
zimbraServiceInstalled: logger
zimbraServiceInstalled: mailbox
zimbraServiceInstalled: mta
zimbraServiceInstalled: convertd
zimbraServiceInstalled: stats
zimbraServiceInstalled: archiving
zimbraServiceInstalled: snmp
zimbraServiceInstalled: ldap
zimbraServiceInstalled: spell
$ zmprov gs 'mail-server-hostname' | grep zimbraServiceEnabled
zimbraServiceEnabled: antivirus
zimbraServiceEnabled: antispam
zimbraServiceEnabled: logger
zimbraServiceEnabled: mailbox
zimbraServiceEnabled: mta
zimbraServiceEnabled: stats
zimbraServiceEnabled: archiving
zimbraServiceEnabled: snmp
zimbraServiceEnabled: ldap
zimbraServiceEnabled: spell
2) Enable convertd service:
$zmprov ms 'mail-server-hostname' -- +zimbraServiceEnabled convertd
$zmconvertctl start
3) Run full backup of account (just for any case!):
$ zmbackup -f -a account@domain-name -s mail-server-hostname
4) Re-index account through Admin panel.
I was following /opt/zimbra/log/mailbox.log and saw that there is still this bug
Bug 41613 – ReIndexRequest returns all 0's, Progress bar doesn't update
because I was not able to see from Admin panel that re-indexing is working!
I want to thank again everyone involved in helping out, specially Phoenix & Fyd
