The HEDR certificates, watchlists and sensors will migrate. The older data (cbevents, binaries, etc) do not migrate.
The overall procedure to migrate to On-prem EDR:
cp -pr /etc/cb/certs /root/
/usr/share/cb/cbssl restore --in=/tmp/<CB alias>.certs.bkup
<enter the password provided by CB Support>
mv -f /etc/cb/certs/orig.<date>/carbonblack* /etc/cb/certs/
openssl x509 -noout -text -in /etc/cb/certs/carbonblack-alliance-client.crt | grep sha
# ls -alt /etc/cb/certs/-rw-r--r--. 1 root cb 1074 Aug 24 20:22 cb-client-ca.crt-rw-r-----. 1 root cb 1704 Aug 24 20:22 cb-client-ca.key-rw-r--r--. 1 root cb 1090 Aug 24 20:22 cb-server.crt-rw-r-----. 1 root cb 1704 Aug 24 20:22 cb-server.key-rw-r--r--. 1 root cb 1257 Feb 2 2023 carbonblack-alliance-client.crt-rw-r-----. 1 root cb 1704 Feb 2 2023 carbonblack-alliance-client.key
chown -R root:cb /etc/cb/certs
chmod 755 /etc/cb/certs
chmod 644 /etc/cb/certs/*.crt
chmod 640 /etc/cb/certs/*.key
Standalone:
systemctl start cb-enterprise
Cluster:
/usr/share/cb/cbcluster start