Skip to content

Commit

Permalink
Merge pull request #1916 from EnterpriseDB/content/eprs/6.2/release_n…
Browse files Browse the repository at this point in the history
…otes

Release Notes for 6.2.15
  • Loading branch information
Rasika03 authored Oct 12, 2021
2 parents 1acf973 + a76f28e commit b8666b9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
28 changes: 28 additions & 0 deletions product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx
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.|
5 changes: 2 additions & 3 deletions product_docs/docs/eprs/6.2/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
title: "Replication Server"
directoryDefaults:
description: "EDB Postgres Replication Server Version 6.2 Documentation and release notes. Replication between PostgreSQL databases in single-master or multi-master mode to achieve high availability."

navigation:
- eprs_rel_notes
legacyRedirects:

- "/edb-docs/d/edb-postgres-replication-server/user-guides/user-guide/6.2/toc.html"

---

EDB Postgres Replication Server (EPRS) provides a robust data platform that replicates between PostgreSQL databases
Expand Down

0 comments on commit b8666b9

Please sign in to comment.