From ba8b9f774f2735e2f152c35e36f29d3bbe8e2352 Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Mon, 11 Oct 2021 10:54:55 +0530 Subject: [PATCH 1/4] Release Notes for 6.2.15 --- .../docs/eprs/6.2/eprs_rel_notes/index.mdx | 27 +++++++++++++++++++ product_docs/docs/eprs/6.2/index.mdx | 5 ++-- 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx diff --git a/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx b/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx new file mode 100644 index 00000000000..2b08742c8c9 --- /dev/null +++ b/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx @@ -0,0 +1,27 @@ +--- +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 | +| ---- |------------ | +| 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.| diff --git a/product_docs/docs/eprs/6.2/index.mdx b/product_docs/docs/eprs/6.2/index.mdx index 823e07e1791..5d5923d1282 100644 --- a/product_docs/docs/eprs/6.2/index.mdx +++ b/product_docs/docs/eprs/6.2/index.mdx @@ -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 From 5ddc8e3e8302c77415de11ea2099367a56a18ec3 Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Mon, 11 Oct 2021 15:40:10 +0530 Subject: [PATCH 2/4] added enhamcement in the Release Notes --- product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx b/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx index 2b08742c8c9..1aae46b358e 100644 --- a/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx +++ b/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx @@ -11,6 +11,7 @@ New features, enhancements, bug fixes, and other changes in EDB Postgres Replica | 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].| From 4ef5f961c44e8cbf0fd4fd1fb3ffb90691a02086 Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Mon, 11 Oct 2021 15:45:55 +0530 Subject: [PATCH 3/4] formatting changes --- product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx b/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx index 1aae46b358e..8fbc23bfdd4 100644 --- a/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx +++ b/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx @@ -23,6 +23,6 @@ New features, enhancements, bug fixes, and other changes in EDB Postgres Replica | 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 | 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.| +| Bug Fix | Fixed an issue that caused `addtablesintopub` command failure for a table name with multiple $ characters.| From a76f28e8a4942f3c01ad368ad7f4a282db9eba9b Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Mon, 11 Oct 2021 16:38:28 +0530 Subject: [PATCH 4/4] Update index.mdx --- product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx b/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx index 8fbc23bfdd4..9b8c7ac70bf 100644 --- a/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx +++ b/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx @@ -11,11 +11,11 @@ New features, enhancements, bug fixes, and other changes in EDB Postgres Replica | Type | Description | | ---- |------------ | -| Enhancement | The EDB Postgres Replication Server is now certified to support Oracle 18c and 19c as the Publication and Subscription database.| +| 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 | 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 | 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].|