Updating Voci Software
Use the following commands to update V‑Blaze:
Update operating system and Voci packages:
yum update
Exclude Voci packages and only update operating system packages:
yum update --exclude voci-\*
Exclude operating system packages and update Voci packages:
yum update voci-\*
Important
Always restart V‑Blaze after performing updates with the following command:
- CentOS / RHEL V6:
service vociserver restart
- CentOS / RHEL V7:
systemctl restart vociserver.service