Postgres Enterprise Manager 9.8.0 release notes v9
Released: 26th Nov 2024
Note
This release includes a fix for a bug that previously prevented the correct purging of historical data when the configured retention time expired. As a result, the first purge job to run after this update is expected to delete more data than usual and may take longer to complete.
The purge job should begin within three hours of the upgrade. Additionally, after this job and the subsequent vacuuming process are finished, you may notice a significant reduction in the total size of your PEM database.
New features, enhancements, bug fixes, and other changes in PEM 9.8.0 include:
Type | Description |
---|---|
Enhancement | Added support for EDB Advanced Server, EDB Postgres Distributed, and PostgreSQL 17. |
Enhancement | Added support for RHEL9 ARM64 platform. |
Enhancement | Added support to allow sslmode connections from PEM agent to PEM server. |
Bug fix | Fixed an issue for PEM port while registering the server. Now pemworker picks up the PEM port from the agent config file while registering the server. |
Bug fix | Fixed an issue where PEM agent installation on Windows was failing if a % character was used to set the service for the agent. |
Bug fix | Fixed an issue where some historical probe data was not purged because the system job that tracks data for purging would be erroneously deleted by another system job. |
Bug fix | Fixed an issue for displaying errors on EINTR signal. Now spoolers select() error will be displayed on EINTR signal only when log level is set to INFO. |