Koozali.org: home of the SME Server
Obsolete Releases => SME 8.x Contribs => Topic started by: GerbenKwakkel on June 05, 2014, 09:31:04 AM
-
Hello,
In my environment runs a SME Server 8.1 with Zarafa 7.0.13. In this Zarafa version i discovered a few small bugs... Now i want to update to the latest stable Zarafa version (7.1.9).
Unfortunately, i can't find a completely tutorial or guide how to update Zarafa on my SME Server 8.1.
Can anyone here help me with this?
Thanks!
-
Hi
if there are no changes in configuration files (i.e. new variables/parameters), you'd only download the new rpms into your server and then
yum localinstall *.rpm
I suggest you to test it before on a test/virtual machine
-
Yes thats works but the Zarafa-Indexer is replaced by the Zarafa-Search.
How can i remove the Zarafa-Indexer from the startup in SME, because when SME starts it's try to start the Zarafa-Indexer...?
-
post the putput of
config show | grep -i zarafa
-
The output:
[root@test-sme8-zarafa ~]# config show | grep -i zarafa
DialupUserAccount=test-sme8-zarafa
SystemName=test-sme8-zarafa
ServerName=test-sme8-zarafa
zarafa=service
zarafa-dagent=service
zarafa-gateway=service
zarafa-ical=service
zarafa-icals=service
zarafa-imap=service
zarafa-imaps=service
zarafa-indexer=service
zarafa-licensed=service
zarafa-monitor=service
zarafa-pop3=service
zarafa-pop3s=service
zarafa-server=service
enable_hosted_zarafa=false
zarafa-spooler=service
zarafa-ssl=service
-
config setprop zarafa-indexer status disabled
-
What does that command exactly?
-
it should be self explanatory enough
it set as disabled zarafa indexer service and so zarafa-indexer service will not start on reboot..
please take some time to read the manual, the documentation and this page:
http://wiki.contribs.org/Db_command_tutorial
-
Here are my instructions :
http://wiki.contribs.org/Talk:Zarafa_on_SME8#UPGRADESCRIPT
F.
-
Thanks! But before execute that script, i must first install the RPM's?
-
Ofcourse !