To upgrade a standalone on-prem EDR server to the latest version.
# service cb-enterprise stop
baseurl=https://yum.distro.carbonblack.io/enterprise/stable/$releasever/$basearch/
# yum clean all
# yum update cb-enterprise
# /usr/share/cb/cbupgrade
# service cb-enterprise start