Upgrade done Thanks,
The upgrade went mostly smoothly. We went the careful route, upgrading first to 4.5.6, then 4.5.11 and only after that to 5.0.2.
In 5.0.2 upgrade there were some issues with certificates. I'd installed our own certificates in tomcat/etc/keystore and conf/smtpd.crt.
The upgrade process asked for the passphrase to ca/ca.key. We didn't know what the passphrase is, so I just typed 'changeit' after some failed attempts. After this, the upgrade process went mostly smoothly, only failing in 'Initializing Documents' phase:
---------------------
*** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled TRUE
ERROR: zclient.IO_ERROR (invoke Received fatal alert: handshake_failure, server: localhost) (cause: javax.net.ssl.SSLHandshakeException Received fatal alert:
handshake_failure)
---------------------
(and a few more)
Since we don't really use documents, we didn't think much of that.
However, after the upgrade, the tomcat certificate was missing from jetty/etc/keystore. Because of that, the web client or the admin interface didn't work. The problem was solved by copying the old keystore from 4.5.11 backup over jetty's keystore.
Now everything seems to work nicely. The only thing that bothers me is that mailboxd certificate is not displayed in the admin interface. I guess that can be fixed somehow..? |