-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1916 from EnterpriseDB/content/eprs/6.2/release_n…
…otes Release Notes for 6.2.15
- Loading branch information
Showing
2 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: "Release Notes" | ||
redirects: | ||
- ../01_whats_new/ | ||
--- | ||
|
||
The EDB Postgres Replication Server (EPRS) documentation describes the latest version of EDB Postgres Replication Server (EPRS) 6.2.15 including minor releases and patches. The release notes in this section provide information on what was new in each release. For new functionality introduced in a minor or patch release, there are also indicators within the content about what release introduced the feature. | ||
|
||
|
||
New features, enhancements, bug fixes, and other changes in EDB Postgres Replication Server (EPRS) 6.2.15 include the following: | ||
|
||
| Type | Description | | ||
| ---- |------------ | | ||
| Enhancement | The EDB Postgres Replication Server is now certified to support Oracle 18c and 19c as the Publication and Subscription database. | | ||
| Bug Fix | Fixed an issue where adding the non-MDN node in the MMR cluster fails as the Constraint OID value exceeds the INTEGER range [911176].| | ||
| Bug Fix | After upgrading to version 6.2.13, frequent wal_sender_timeouts were observed causing slowness in the replication, this issue is fixed [1273404]. | | ||
| Bug Fix | The Snapshot operation takes too long to complete as it unnecessarily reloads an already failed table, this issue is fixed [1280541].| | ||
| Bug Fix | Fixed an issue where Snapshot fails for a Publication table that is named after a reserved keyword [1292121]. | | ||
| Bug Fix | In a corner case, the conflict detection gets stuck when the target database has multiple conflicts. This issue is fixed [1318732].| | ||
| Bug Fix | Fixed an issue where Publication creation fails for EPAS 9.6 [72306].| | ||
| Bug Fix | Fixed an issue that caused Synchronize replication failure due to a non-escaped quote character in the control event [72614].| | ||
| Bug Fix | In a corner case, the CDC changes were skipped when the SMR Subscription database was also part of the MMR cluster. This issue is resolved [72353].| | ||
| Bug Fix | Fixed an issue that caused “addtablesintopub” operation failure in a corner case when database OID value exceeded INTEGER range [72694].| | ||
| Bug Fix | In a hybrid replication setup where EDB Postgres Advanced Server was registered with no-redwood-compat option (as a controller database in MMR and Oracle was registered as a Publication database in SMR), the Publication removal operation failed to complete. This issue is fixed [72469].| | ||
| Bug Fix | SSL root file opening issue that is caused by JDBC driver after upgrading from version 6.2.5 to 6.2.6, is resolved [899996].| | ||
| Bug Fix | Rep CLI `createpub` command failed when the Filter index was greater than 9. This issue is fixed.| | ||
| Bug Fix | Fixed an issue where Synchronize replication fails when Filter contains a modulus operator.| | ||
| Bug Fix | Fixed an issue that caused `addtablesintopub` command failure for a table name with multiple $ characters.| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters