Release date: July 6, 2026
Hybrid Manager (HM) 1.4.1 is a maintenance release that includes bug fixes and improvements.
Postgres refers to all distributions supported by EDB
- PostgreSQL
- EDB Enterprise Postgres - formerly, EDB Postgres Extended Server (PGE)
- EDB Enterprise Postgres (Oracle Compatible) - formerly, EDB Postgres Advanced Server (EPAS)
HM platform
- Fixed an issue whereby a redundant trailing slash in the
imageDiscoveryRegistryURLsetting resulted in invalid image URLs. - Fixed an issue whereby tasks gated on a deleted maintenance window remained in a Pending state indefinitely instead of being canceled or marked as failed.
- Fixed an issue whereby major Postgres version upgrades from version 17 to 18 failed due to missing libraries.
- Fixed an issue whereby the
customerKeyIdwasn't persisted for data groups added after initial cluster creation in multi-location Distributed High Availability (PGD) clusters with TDE enabled. - Fixed an issue whereby failed backups weren't sorted consistently in the HM console.
- Fixed an issue whereby switchover and restore operations couldn't be performed across storage classes.
- Fixed an issue whereby Barman backup wrappers persisted in object storage after the cluster's retention period elapsed.
- Added support for the
cloneschemaextension in EDB Postgres Advanced Server (EPAS) version 18 operand images. - Added
azure_kmsto the list of supported TDE methods for Azure Kubernetes Service (AKS) clusters. - Increased the read timeout for Barman object stores to prevent premature connection failures during backup operations.
- Added the
pgextractorsubcommand toedbctl, enabling you to add the required annotations to custom operands. - Documented and validated disaster recovery procedures for multi-datacenter deployments, including how to recover Postgres data, promote replicas, and add replica clusters or groups when a primary or data-only location goes down.
HM console
- Fixed an issue whereby pgAdmin couldn't be deployed on Red Hat OpenShift due to a
SecurityContextConstraint(SCC) error. - Fixed an issue whereby Superset deployments failed on Red Hat OpenShift ephemeral clusters due to an SCC violation.
- Fixed an issue in the Logs page in which the interval selector didn't automatically expand when the page was accessed via an alert redirect.
- Fixed an issue whereby the external clusters counter didn't increase when CloudNativePG (CNPG) clusters were registered.
- Fixed a regression in which the Register External Inference Service option was missing from the estate action menu.
- Fixed inconsistent widths and styling for checkboxes on the Assign Roles page.
- Fixed an issue whereby the chatbot didn't have access to information about the current HM version.
- Removed the SQL Runner tab from the cluster detail page.
- The chatbot now enables cell wrapping in tables for improved readability.
- Pinch-to-zoom is now enabled on mobile devices, improving accessibility in line with Web Content Accessibility Guidelines (WCAG) 2.1 AA (success criterion 1.4.4).
- All links in the HM console now have accessible names, improving screen reader compatibility.
- Icon-only buttons and switches now have accessible names, improving screen reader compatibility.
- Inline links in body text are now underlined to meet WCAG 2.1 AA
link-in-text-blockrequirements. - Removed interactive controls nested inside other interactive controls to comply with WCAG 2.1 AA requirements.
Observability and monitoring
- The system no longer generates spurious backup alerts for newly created clusters during their initialization period.
AI Factory
- Fixed an issue whereby a missing required module in the KServe storage-initializer prevented model serving from functioning correctly.
Migrations
- Fixed an issue whereby SQL Assessment failed to detect potential incompatibilities from query analysis.
- Fixed an issue in SQL Assessment in which the target database version wasn't being validated when applying transformations, potentially resulting in incompatible transformations being applied.
- Fixed an issue whereby user creation failed during bulk migrations.
- Fixed an issue in Migration Portal in which the
exportSchemaOfflinefilter excluded$GLOBAL_OBJECTSrows, causing Data Migration Service (DMS) schema migration to fail on extension-provided types. - Fixed an issue whereby schemas were missing from some projects during bulk migrations.
- Fixed an issue whereby the
VALIDATE CONSTRAINTData Definition Language (DDL) statement omitted quoting for mixed-case constraint names when migrating from Postgres-family sources, causing a42704error during schema finalization. - Added
ssl_groupsas a configurable global Postgres parameter for the DMS.