- Backup the existing configuration:
mkdir /root/cb-event-forwarder_bak && cp /etc/cb/integrations/event-forwarder/* /root/cb-event-forwarder_bak/
ls /root/cb-event-forwarder_bak/
cb-event-forwarder.conf cb-event-forwarder.conf.bak
- Run the command to upgrade:
yum -y update cb-event-forwarder
- Restart the CB Event Forwarder service to ensure the changes are pushed through, run the commands based on the OS version:
service cb-event-forwarder stop
service cb-event-forwarder start
systemctl stop cb-event-forwarder
systemctl start cb-event-forwarder