Hybrid Manager 2026.02.0 release notes Innovation Release

This Innovation Release includes features and enhancements.

Release Date: February 12, 2026

Release cadence update

HM now follows a dual release strategy: LTS and Innovation Releases. For details on this new model, see Hybrid Manager dual release strategy.

Release highlights

  • Selective installation You can now customize your HM deployment by enabling only the specific capabilities you require. This significantly reduces resource usage and simplifies the management of your HM deployment by deploying only the features you need.

  • Integrated native chatbot This release introduces a native chat interface within the HM console, allowing you to answer questions and obtain guidance on operations directly through chat.

  • Three-location cluster deployments Enhanced architecture support now allows for deploying Postgres database clusters across three geographically separated locations, enabling zero-data-loss configurations.

  • Support for external AI models The AI Factory has been expanded to support external model serving, allowing you to connect and use your own remote AI models within HM.

  • Unified monitoring for self-managed clusters Observability is now extended to self-managed EFM and PGD clusters, allowing you to monitor a wider array of self-managed databases through the HM console.

Features and enhancements

Hybrid Manager (HM) platform

TypeDescription
FeatureHM now supports selective installations. Customize your deployment by enabling only the capabilities you need (Observability & DBaaS, Migrations, Analytics, AI) at install time or later. This reduces resource usage and simplifies component management.
FeatureAdded a new native chatbot interface that supports basic informational queries, direct SQL execution, and database management.
EnhancementAdded support for deploying Postgres database clusters across three geographically separated locations, enabling advanced architectures where replica clusters or data groups can be deployed to other locations. This update allows for a zero-data-loss architecture through synchronous replication. Additionally, HM now supports deploying PGD-X Witness Groups in a third location to maintain quorum and prevent split-brain scenarios during automated failovers.

Observability and monitoring

TypeDescription
FeatureUsers can now use event annotations on time-series charts as delimiters for selecting time periods. This allows for easier isolation and analysis of data ranges associated with specific cluster events.
EnhancementAdded support for database monitoring of self-managed EFM and PGD clusters within HM. The HM agent funnels metrics, logs, and events from these external clusters into the central observability platform, providing a unified view of HA cluster health.

AI Factory

TypeDescription
FeatureAdded support for accessing external services for model serving, allowing you to connect and use your own remote AI models. Use your existing model infrastructure to simplify integrating multiple models into your data pipelines, GenAI Builder applications, and HM chatbot.

Migrations

TypeDescription
EnhancementA new section has been added to the Postgres database details page to display tablespace usage. This view lists the count of object types by schema for each tablespace, helping users assess the complexity of migrating externally managed Postgres databases.
Platform supportHM migration features are now fully supported in air-gapped on-premise environments. This ensures that all migration capabilities function correctly in RKE and RHOS deployments without requiring external network access.
Platform supportHM migration features are now fully supported on Azure Kubernetes Service (AKS), ensuring consistent functionality and performance for deployments in Azure environments.
Bug fixFixed a Migration Portal issue introduced in the HM 2025.12 release which prevented existing databases to be used as the destination for online schema migrations.
Bug fixFixed the Migration Portal analysis feature so it now identifies the use of the PIVOT operator in DDL and reports it as an incompatible feature.
Bug fixFixed the Migration Portal analysis feature so that it no longer inaccurately reports the IS JSON CHECK CONSTRAINT as an incompatible feature.