- Stop the VMware Carbon Black EDR services:
# service cb-enterprise stop
- Modify /etc/yum.repos.d/CarbonBlack.repo, set: (for specific version upgrades, please see release notes for baseurl)
baseurl=https://yum.distro.carbonblack.io/enterprise/stable/$releasever/$basearch/
- Get the latest yum repository:
# yum clean all
- Run:
# yum update cb-enterprise
- Run:
# /usr/share/cb/cbupgrade
- Follow all on-screen instructions to complete the upgrade.
- Start the EDR services:
# service cb-enterprise start