Notifications
Clear all
Topic starter
11/05/2025 12:43
In the Documentation ( https://docs.zextras.com/carbonio-ce/html/upgrade/upgrade-older.html) has instruction
"rename service carbonio-message-dispatcher to carbonio-message-dispatcher-ce". How make it?
11/05/2025 15:26
@edjanserikov
try following the official instruction from this page:
https://docs.zextras.com/carbonio-ce/html/upgrade/upgrade-older.html
Basically, remove the previous package and install the new one:
apt remove carbonio-message-dispatcher apt install carbonio-message-dispatcher-ce
Remove unused packages:
apt autoremove
Register new package to Carbonio Mesh:
pending-setups -a
Execute message dispatcher migration:
In case of single server:
PGPASSWORD=$DB_ADM_PWD carbonio-message-dispatcher-migration carbonio_adm 127.0.0.1
In case of multi server:
PGPASSWORD=$DB_ADM_PWD carbonio-message-dispatcher-migration carbonio_adm 127.78.0.10 20000
Finally, reboot service/server
systemctl restart carbonio-message-dispatcher reboot now
Regards,
edjanserikov reacted
