Dear Support
Is there a script for updating Carbonio on the forum?
I intend to upgrade from version 24.7.0 to 24.7.1
Installation of Carbon 24.7.0 performed via script.
It is a single node installation.
Installed on OS Red Hat 8.0.
Best regards.
There are no scripts to upgrade Carbonio CE. And you don't even need it. Check out this section of our documentation, you will find all the relevant info step by step:
https://docs.zextras.com/carbonio-ce/html/release/upgrade.html#upgrade-nodes
Basically, it is the same process as updating from 24.5.0 to 24.7.0.
Regards,
Sharif
Dear
I am executing phases 4 and 5 of the manual at https://docs.zextras.com/carbonio-ce/html/release/upgrade-os.html#upgrade-os.
By running the command: su - zextras -c "zmcontrol -v", I confirm that the version has been migrated from 24.7.0 to 24.7.1.
However, in the Admin GUI, it still shows version 24.7.0.
What am I doing wrong?
Installation of Carbon 24.7.0 performed via script.
It is a single node installation.
Installed on OS Red Hat 8.0.
Best regards.
Dear
"It has been found that the command su - zextras -c "zmcontrol stop" does not stop the 'service-discover' service. Could this be the cause of a partial update, as mentioned earlier? If so, how do I stop this service?"
Best regards.
Hi,
As 24.7.1 has been released as a hot fix, it is not reflecting properly on GUI. I agree, this should be consistent on both GUI and CLI. I will bring this to our devs. Several of our users pointed this to us.
service-discover.service is added as system unit. Therefore, to manage it you can use:
# systemctl status/start/stop/restart service-discover.service
Regards,
Sharif