Replication Server 7.6.0 release notes v7

Released: 07 Sep 2023

New features, enhancements, bug fixes, and other changes in Replication Server 7.6.0 include the following:

TypeDescription
EnhancementEDB Replication Server now supports logging publication and subscription server logs in the English language, overriding the default locale, by way of the logging.default.locale configuration parameter. [Support ticket #89877]
EnhancementThe snapshot operation now uses the table-level parallel loading capability. This capability reduces overhead on the source database by using range-based criterion for loading each individual table data chunk instead of a fetch-offset approach. This optimization applies when the table primary key/unique constraint is based on a noncomposite numeric type attribute. [Support ticket # 93360]
EnhancementTo help investigate data synchronization gaps, Replication Server’s logging now logs when rows are skipped due to filter criteria. [Support ticket #91296]
Bug fixFixed an issue where metadata from the primary controller database wasn't replicated when a SQL Server or an Oracle publication database is added as a standby controller database. [Support ticket #82050 and #91884]
Bug fixFixed the issues related to foreign key violations in the standby controller database that prevented upgrading from version 6.2.x to 7.x. [Support ticket #93129, #92056, and #91588]
Bug fixCorrected a few code paths to release unused resources for timely garbage collection and optimized memory utilization. [Support ticket #91588]
Bug fixFixed a data validator Oracle edge case resulting in a String index out of range error for an Oracle-to-EDB Postgres Advanced Server validation.
Bug fixFixed an issue resulting in a synchronization failure for nchar, nvarchar, xml, and sqlvariant when using the mssql-jdbc-10.2.1.jre8.jar file for a SQL Server-to-EDB Postgres Advanced Server cluster setup.
Bug fixUpdated database type name references of “Postgres Plus Advanced Server” in the Replication Console and Replication CLI to “EDB Postgres Advanced Server.”
Bug fixFixed an issue that prevented logging of changed configuration parameters at publication and subscription server start or when the reloadconf command is executed.
Bug fixFixed a regression that led to an Invalid custom column type mapping error being observed for publication tables with no column mapping.