After upgrading the embedded PostgreSQL database from version 13.x to 15.x, legacy data directories and RPM packages from the previous major version will remain on the Carbon Black EDR Server and Unified View and continue consuming significant disk space; even after the new database version is active and operational. It is recommended to remove these legacy components after validating normal server operation.
Upgrade of the PostgreSQL database version 13.x to 15.x as part of the Carbon Black EDR Server and Unified View 7.9.2 release.
/usr/share/cb/cbservice cb-enterprise status/usr/share/cb/cbcluster status/usr/share/cb/cb-unifiedview statussudo -u cb /usr/pgsql-15/bin/psql -p 5002 -d cb -c "SELECT version();"cat /var/cb/data/pgsql/PG_VERSIONls -lh /var/cb/data/pgsql.13lsof /var/cb/data/pgsql.13 2>/dev/nullrm -rf /var/cb/data/pgsql.13yum remove 'postgresql13*'