From b6f9a3df6c5746f255555813c21912b876006026 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:27:19 +0530 Subject: [PATCH 01/11] EPRS - 7.7.0 Release branch Updated windows installation pre-requisites as per XDB-2164 --- product_docs/docs/eprs/7/installing/windows.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/product_docs/docs/eprs/7/installing/windows.mdx b/product_docs/docs/eprs/7/installing/windows.mdx index 8aea144fbdd..34a021cfa52 100644 --- a/product_docs/docs/eprs/7/installing/windows.mdx +++ b/product_docs/docs/eprs/7/installing/windows.mdx @@ -19,7 +19,10 @@ EDB provides a graphical interactive installer for Windows. You can access it tw - You must have Java Runtime Environment (JRE) version 1.8 or later installed on the hosts where you intend to install any Replication Server component (Replication Console, publication server, or subscription server). You can use Any Java product, such as Oracle Java or OpenJDK. Follow the directions for your host operating system to install the Java runtime environment. -- Be sure the system environment variable, `JAVA_HOME`, is set to the JRE installation directory of the JRE version and bitness (32-bit or 64-bit) you want to use with Replication Server. The Replication Server installer for a Windows platform contains both the 32-bit and 64-bit versions. The `JAVA_HOME` setting determines whether the 32-bit or the 64-bit version of Replication Server is installed. If `JAVA_HOME` isn't set, the first JRE version encountered in the `path` system environment variable determines the Replication Server version to be installed. +- Be sure the system environment variable, `JAVA_HOME`, is set to the JRE installation directory of the JRE version you want to use with Replication Server. Please ensure that 64-bit version of JRE is installed and `JAVA_HOME` is set before installing Replication Server. + +!!! Note +Replication Server doesn't support JRE installations with 32-bit. ## Installing directly From c1a369ba9f326ec048f19b5f3c1414be0e435d23 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:08:27 +0530 Subject: [PATCH 02/11] Added windows to index file as per comment on XDB-2164 --- .../templates/products/replication-server/index.njk | 3 ++- product_docs/docs/eprs/7/installing/index.mdx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/install_template/templates/products/replication-server/index.njk b/install_template/templates/products/replication-server/index.njk index 3fd5a5011be..6798c8a7249 100644 --- a/install_template/templates/products/replication-server/index.njk +++ b/install_template/templates/products/replication-server/index.njk @@ -25,5 +25,6 @@ redirects: {% block otherosinstall %} ## Windows -- [Windows Server 2019](windows) +- [Windows Server 2022](windows), [Windows Server 2019](windows) +- [Windows 11](windows) {% endblock otherosinstall %} diff --git a/product_docs/docs/eprs/7/installing/index.mdx b/product_docs/docs/eprs/7/installing/index.mdx index ce5b0c278d8..7e1260a4dfd 100644 --- a/product_docs/docs/eprs/7/installing/index.mdx +++ b/product_docs/docs/eprs/7/installing/index.mdx @@ -60,4 +60,5 @@ Select a link to access the applicable installation instructions: ## Windows -- [Windows Server 2019](windows) +- [Windows Server 2022](windows), [Windows Server 2019](windows) +- [Windows 11](windows) From b054e6d43a4e421d9bf7322a808dd8ee84758989 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:17:55 +0530 Subject: [PATCH 03/11] Added windows to supported platforms as per XDB-2172 --- product_docs/docs/eprs/7/supported_platforms.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product_docs/docs/eprs/7/supported_platforms.mdx b/product_docs/docs/eprs/7/supported_platforms.mdx index c142c40aef6..a6ad80c09ab 100644 --- a/product_docs/docs/eprs/7/supported_platforms.mdx +++ b/product_docs/docs/eprs/7/supported_platforms.mdx @@ -19,6 +19,8 @@ Replication Server is certified to work with the following Java platforms: | PPCLE RHEL 8 | Red Hat OpenJDK 8 | | PPCLE RHEL 9 | Red Hat OpenJDK 11 | | Windows Server 2019 | Red Hat OpenJDK 8 | +| Windows Server 2022 | Red Hat OpenJDK 8 | +| Windows 11 | Red Hat OpenJDK 8 | | Debian 10 and 11 | Red Hat OpenJDK 11 | | Ubuntu 18, 20, 22 | OpenJDK 11 | From 87cffc351c2f3b039668a5e3167bc1b332b9547d Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:10:15 +0530 Subject: [PATCH 04/11] updated supported platforms as per comment on XDB-2172 --- product_docs/docs/eprs/7/supported_platforms.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/product_docs/docs/eprs/7/supported_platforms.mdx b/product_docs/docs/eprs/7/supported_platforms.mdx index a6ad80c09ab..db5cc635fd4 100644 --- a/product_docs/docs/eprs/7/supported_platforms.mdx +++ b/product_docs/docs/eprs/7/supported_platforms.mdx @@ -19,8 +19,7 @@ Replication Server is certified to work with the following Java platforms: | PPCLE RHEL 8 | Red Hat OpenJDK 8 | | PPCLE RHEL 9 | Red Hat OpenJDK 11 | | Windows Server 2019 | Red Hat OpenJDK 8 | -| Windows Server 2022 | Red Hat OpenJDK 8 | -| Windows 11 | Red Hat OpenJDK 8 | +| Windows Server 2022 | Oracle JDK 8 | | Debian 10 and 11 | Red Hat OpenJDK 11 | | Ubuntu 18, 20, 22 | OpenJDK 11 | From 23b75c4e5157ea3d25074669ef63b4559388e67a Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:19:22 -0500 Subject: [PATCH 05/11] Added release notes per XDB-2180 --- .../7/eprs_rel_notes/eprs_rel_notes_7.7.0.mdx | 31 +++++++++++++++++++ .../docs/eprs/7/eprs_rel_notes/index.mdx | 2 ++ 2 files changed, 33 insertions(+) create mode 100644 product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.7.0.mdx diff --git a/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.7.0.mdx b/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.7.0.mdx new file mode 100644 index 00000000000..2de293b395f --- /dev/null +++ b/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.7.0.mdx @@ -0,0 +1,31 @@ +--- +title: "Replication Server 7.7.0 release notes" +navTitle: Version 7.7.0 +--- + +Released: 13 Dec 2023 + +New features, enhancements, bug fixes, and other changes in Replication Server 7.7.0 include the following: + +| Type | Description | +| ------- |------------ | +| Enhancement | Implemented CPU and memory usage related optimizations specifically applicable for publications with a large number of tables. [Support ticket #91588 #94343] | +| Enhancement | EDB Postgres Replication Server is certified to use EDB Postgres Distributed (PGD) v5.3.0 as a publishing database for trigger mode and as a subscription database for both trigger and wal modes. [XDB-2133] | +| Enhancement | EDB Replication Server is certified for use on Windows Server 2022. [XDB-2091] | +| Bug fix | Fixed memory issues observed for a multi-master setup with a fairly heavy load resulting in the EPRS server restart. [Support ticket #91588] [XDB-1975] | +| Bug fix | Fixed the null pointer exception observed for an edge case when a publication table is truncated and immediately removed from the publication. [Support ticket #96054] [XDB-2162] | +| Bug fix | Fixed the issue where the synchronise operation failed to replicate a table with a BIGINT value greater than integer range. [Support ticket #99264] [XDB-2163] | +| Bug fix | Fixed the issue where triggers manually configured by users on the target PG/EPAS databases are disabled during a data snapshot. [Support ticket #97637] [XDB-2153, MTK-2163] | + +## End-of-Support Reminder + +We recommend you update to the most recent software version. *If you have not yet updated to the most current version, please see the end-of-support notes below*: + +Software: Replication Server +Version: 6.2 +End of Standard Support: June 1, 2023 + +Additional details can be found at [EDB Platform Compatibility](https://www.enterprisedb.com/resources/platform-compatibility). + +!!! Note + Version 7.x provides a non-breaking upgrade path for existing 6.2.x-based cluster deployments; however, we strongly recommend that the upgrade be verified in a staging or non-production environment before applying the upgrade in a production environment. diff --git a/product_docs/docs/eprs/7/eprs_rel_notes/index.mdx b/product_docs/docs/eprs/7/eprs_rel_notes/index.mdx index f24b2ccc714..c6a8a64b2bf 100644 --- a/product_docs/docs/eprs/7/eprs_rel_notes/index.mdx +++ b/product_docs/docs/eprs/7/eprs_rel_notes/index.mdx @@ -3,6 +3,7 @@ title: "Release notes" redirects: - ../01_whats_new/ navigation: + - eprs_rel_notes_7.7.0 - eprs_rel_notes_7.6.0 - eprs_rel_notes_7.5.1 - eprs_rel_notes_7.5.0 @@ -14,6 +15,7 @@ The Replication Server documentation describes the latest version including mino | Version | Release Date | | -------------------------------- | ------------ | +| [7.7.0](eprs_rel_notes_7.7.0) | 13 Dec 2023 | | [7.6.0](eprs_rel_notes_7.6.0) | 07 Sep 2023 | | [7.5.1](eprs_rel_notes_7.5.1) | 26 May 2023 | | [7.5.0](eprs_rel_notes_7.5.0) | 14 Feb 2023 | From d4b30ca1e6defa85e2995c04e37db57fe3d1b821 Mon Sep 17 00:00:00 2001 From: mlewandowski-edb <63003848+mlewandowski-edb@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:42:51 -0500 Subject: [PATCH 06/11] Removed Windows 11 Although most of our other migration tools have been certified for Windows 11, Replication Server has not. As a result, I removed the Windows 11 link in the Windows section. --- product_docs/docs/eprs/7/installing/index.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/product_docs/docs/eprs/7/installing/index.mdx b/product_docs/docs/eprs/7/installing/index.mdx index 7e1260a4dfd..777fcbb1e51 100644 --- a/product_docs/docs/eprs/7/installing/index.mdx +++ b/product_docs/docs/eprs/7/installing/index.mdx @@ -61,4 +61,3 @@ Select a link to access the applicable installation instructions: ## Windows - [Windows Server 2022](windows), [Windows Server 2019](windows) -- [Windows 11](windows) From 36dbb49ed4942217d3a53dd9db13a0a76b6be6be Mon Sep 17 00:00:00 2001 From: mlewandowski-edb <63003848+mlewandowski-edb@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:44:42 -0500 Subject: [PATCH 07/11] Updated the Release Date for v7.7.0 The release date for Replication Server 7.7.0 is planned to be 14 Dec 2023 (not 13 Dec 2023) --- product_docs/docs/eprs/7/eprs_rel_notes/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/eprs/7/eprs_rel_notes/index.mdx b/product_docs/docs/eprs/7/eprs_rel_notes/index.mdx index c6a8a64b2bf..e9fe332bab2 100644 --- a/product_docs/docs/eprs/7/eprs_rel_notes/index.mdx +++ b/product_docs/docs/eprs/7/eprs_rel_notes/index.mdx @@ -15,7 +15,7 @@ The Replication Server documentation describes the latest version including mino | Version | Release Date | | -------------------------------- | ------------ | -| [7.7.0](eprs_rel_notes_7.7.0) | 13 Dec 2023 | +| [7.7.0](eprs_rel_notes_7.7.0) | 14 Dec 2023 | | [7.6.0](eprs_rel_notes_7.6.0) | 07 Sep 2023 | | [7.5.1](eprs_rel_notes_7.5.1) | 26 May 2023 | | [7.5.0](eprs_rel_notes_7.5.0) | 14 Feb 2023 | From e20f7ea1442819dfd4873075fcf97fb1fbad7392 Mon Sep 17 00:00:00 2001 From: mlewandowski-edb <63003848+mlewandowski-edb@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:54:09 -0500 Subject: [PATCH 08/11] Removed internal Jira ticket references Removed references to MTK-#### and XDB-#### jira tickets. --- .../7/eprs_rel_notes/eprs_rel_notes_7.7.0.mdx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.7.0.mdx b/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.7.0.mdx index 2de293b395f..5696ef342b3 100644 --- a/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.7.0.mdx +++ b/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.7.0.mdx @@ -3,19 +3,19 @@ title: "Replication Server 7.7.0 release notes" navTitle: Version 7.7.0 --- -Released: 13 Dec 2023 +Released: 14 Dec 2023 New features, enhancements, bug fixes, and other changes in Replication Server 7.7.0 include the following: -| Type | Description | -| ------- |------------ | -| Enhancement | Implemented CPU and memory usage related optimizations specifically applicable for publications with a large number of tables. [Support ticket #91588 #94343] | -| Enhancement | EDB Postgres Replication Server is certified to use EDB Postgres Distributed (PGD) v5.3.0 as a publishing database for trigger mode and as a subscription database for both trigger and wal modes. [XDB-2133] | -| Enhancement | EDB Replication Server is certified for use on Windows Server 2022. [XDB-2091] | -| Bug fix | Fixed memory issues observed for a multi-master setup with a fairly heavy load resulting in the EPRS server restart. [Support ticket #91588] [XDB-1975] | -| Bug fix | Fixed the null pointer exception observed for an edge case when a publication table is truncated and immediately removed from the publication. [Support ticket #96054] [XDB-2162] | -| Bug fix | Fixed the issue where the synchronise operation failed to replicate a table with a BIGINT value greater than integer range. [Support ticket #99264] [XDB-2163] | -| Bug fix | Fixed the issue where triggers manually configured by users on the target PG/EPAS databases are disabled during a data snapshot. [Support ticket #97637] [XDB-2153, MTK-2163] | +| Type | Description | +| ----------- |------------ | +| Enhancement | Implemented CPU and memory usage related optimizations specifically applicable for publications with a large number of tables. [Support ticket #91588 #94343] | +| Enhancement | EDB Postgres Replication Server is certified to use EDB Postgres Distributed (PGD) v5.3.0 as a publishing database for trigger mode and as a subscription database for both trigger and wal modes. | +| Enhancement | EDB Replication Server is certified for use on Windows Server 2022. | +| Bug fix | Fixed memory issues observed for a multi-master setup with a fairly heavy load resulting in the EPRS server restart. [Support ticket #91588] | +| Bug fix | Fixed the null pointer exception observed for an edge case when a publication table is truncated and immediately removed from the publication. [Support ticket #96054] | +| Bug fix | Fixed the issue where the synchronise operation failed to replicate a table with a `BIGINT` value greater than integer range. [Support ticket #99264] | +| Bug fix | Fixed the issue where triggers manually configured by users on the target PG/EPAS databases are disabled during a data snapshot. [Support ticket #97637] | ## End-of-Support Reminder From 884b8647301148e5e9c3fe3c5834d4dde3024a47 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:19:45 +0530 Subject: [PATCH 09/11] Rremoved Ubuntu 18 and windows 11 --- install_template/config.yaml | 3 - .../products/replication-server/index.njk | 1 - product_docs/docs/eprs/7/installing/index.mdx | 2 +- .../linux_x86_64/eprs_ubuntu_18.mdx | 62 ------------------- .../eprs/7/installing/linux_x86_64/index.mdx | 2 - 5 files changed, 1 insertion(+), 69 deletions(-) delete mode 100644 product_docs/docs/eprs/7/installing/linux_x86_64/eprs_ubuntu_18.mdx diff --git a/install_template/config.yaml b/install_template/config.yaml index de166c1c0ef..f52a374d8db 100644 --- a/install_template/config.yaml +++ b/install_template/config.yaml @@ -964,9 +964,6 @@ products: - name: Debian 11 arch: x86_64 supported versions: [7] - - name: Ubuntu 18.04 - arch: x86_64 - supported versions: [7] - name: Ubuntu 20.04 arch: x86_64 supported versions: [7] diff --git a/install_template/templates/products/replication-server/index.njk b/install_template/templates/products/replication-server/index.njk index 6798c8a7249..206b429bb1f 100644 --- a/install_template/templates/products/replication-server/index.njk +++ b/install_template/templates/products/replication-server/index.njk @@ -26,5 +26,4 @@ redirects: {% block otherosinstall %} ## Windows - [Windows Server 2022](windows), [Windows Server 2019](windows) -- [Windows 11](windows) {% endblock otherosinstall %} diff --git a/product_docs/docs/eprs/7/installing/index.mdx b/product_docs/docs/eprs/7/installing/index.mdx index 777fcbb1e51..04572c6381b 100644 --- a/product_docs/docs/eprs/7/installing/index.mdx +++ b/product_docs/docs/eprs/7/installing/index.mdx @@ -44,7 +44,7 @@ Select a link to access the applicable installation instructions: ### Debian and derivatives -- [Ubuntu 22.04](linux_x86_64/eprs_ubuntu_22), [Ubuntu 20.04](linux_x86_64/eprs_ubuntu_20), [Ubuntu 18.04](linux_x86_64/eprs_ubuntu_18) +- [Ubuntu 22.04](linux_x86_64/eprs_ubuntu_22), [Ubuntu 20.04](linux_x86_64/eprs_ubuntu_20) - [Debian 11](linux_x86_64/eprs_debian_11), [Debian 10](linux_x86_64/eprs_debian_10) diff --git a/product_docs/docs/eprs/7/installing/linux_x86_64/eprs_ubuntu_18.mdx b/product_docs/docs/eprs/7/installing/linux_x86_64/eprs_ubuntu_18.mdx deleted file mode 100644 index cd0b7bd1d3a..00000000000 --- a/product_docs/docs/eprs/7/installing/linux_x86_64/eprs_ubuntu_18.mdx +++ /dev/null @@ -1,62 +0,0 @@ ---- -navTitle: Ubuntu 18.04 -title: Installing Replication Server on Ubuntu 18.04 x86_64 -# This topic is generated from templates. If you have feedback on it, instead of -# editing the page and creating a pull request, please enter a GitHub issue and -# the documentation team will update the templates accordingly. - -redirects: - - /eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_ubuntu18_x86 ---- - -## Prerequisites - -Before you begin the installation process: - -- Set up the EDB repository. - - Setting up the repository is a one-time task. If you have already set up your repository, you don't need to perform this step. - - To determine if your repository exists, enter this command: - - `apt-cache search enterprisedb` - - If no output is generated, the repository isn't installed. - - To set up the EDB repository: - - 1. Go to [EDB repositories](https://www.enterprisedb.com/repos-downloads). - - 1. Select the button that provides access to the EDB repository. - - 1. Select the platform and software that you want to download. - - 1. Follow the instructions for setting up the EDB repository. - -## Install the package - -You can install all Replication Server components with a single install command, or you may choose to install selected, individual components by installing only those particular packages. - -To install all Replication Server components: - -```shell -sudo apt-get -y install edb-xdb -``` - -To install an individual component: - -```shell -sudo apt-get -y install -``` - -Where `` is: - -| Package name | Component | -| -------------------- | --------------------------------------------------------------------- | -| `edb-xdb-console` | Replication console and the Replication Server command line interface | -| `edb-xdb-publisher` | Publication server | -| `edb-xdb-subscriber` | Subscription server | - -## Initial configuration - -Before using Replication Server, you must download and install JDBC drivers. See [Installing a JDBC driver](/eprs/7/installing/installing_jdbc_driver) for details. diff --git a/product_docs/docs/eprs/7/installing/linux_x86_64/index.mdx b/product_docs/docs/eprs/7/installing/linux_x86_64/index.mdx index 1cca5b841ae..40fc440f10a 100644 --- a/product_docs/docs/eprs/7/installing/linux_x86_64/index.mdx +++ b/product_docs/docs/eprs/7/installing/linux_x86_64/index.mdx @@ -64,8 +64,6 @@ Operating system-specific install instructions are described in the correspondin - [Ubuntu 20.04](eprs_ubuntu_20) -- [Ubuntu 18.04](eprs_ubuntu_18) - - [Debian 11](eprs_debian_11) - [Debian 10](eprs_debian_10) From 56ec28790d75186d1cbf154643c7b41b94d9c3e8 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:45:16 +0530 Subject: [PATCH 10/11] updated the release notes --- .../7/eprs_rel_notes/eprs_rel_notes_7.7.0.mdx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.7.0.mdx b/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.7.0.mdx index 5696ef342b3..445588fe453 100644 --- a/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.7.0.mdx +++ b/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.7.0.mdx @@ -7,17 +7,17 @@ Released: 14 Dec 2023 New features, enhancements, bug fixes, and other changes in Replication Server 7.7.0 include the following: -| Type | Description | -| ----------- |------------ | -| Enhancement | Implemented CPU and memory usage related optimizations specifically applicable for publications with a large number of tables. [Support ticket #91588 #94343] | -| Enhancement | EDB Postgres Replication Server is certified to use EDB Postgres Distributed (PGD) v5.3.0 as a publishing database for trigger mode and as a subscription database for both trigger and wal modes. | -| Enhancement | EDB Replication Server is certified for use on Windows Server 2022. | -| Bug fix | Fixed memory issues observed for a multi-master setup with a fairly heavy load resulting in the EPRS server restart. [Support ticket #91588] | -| Bug fix | Fixed the null pointer exception observed for an edge case when a publication table is truncated and immediately removed from the publication. [Support ticket #96054] | -| Bug fix | Fixed the issue where the synchronise operation failed to replicate a table with a `BIGINT` value greater than integer range. [Support ticket #99264] | -| Bug fix | Fixed the issue where triggers manually configured by users on the target PG/EPAS databases are disabled during a data snapshot. [Support ticket #97637] | - -## End-of-Support Reminder +| Type | Description | +| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| Enhancement | Implemented CPU and memory usage related optimizations specifically applicable for publications with a large number of tables. [Support ticket #91588 #94343] | +| Enhancement | EDB Postgres Replication Server is now certified to use EDB Postgres Distributed (PGD) v5.3.0 as a publishing database for trigger mode and as a subscription database for both trigger and wal modes. | +| Enhancement | EDB Replication Server is now certified for use on Windows Server 2022. | +| Bug fix | Fixed memory issues observed for a multi-master setup with a fairly heavy load resulting in the Replication Server restart. [Support ticket #91588] | +| Bug fix | Fixed the null pointer exception observed for an edge case when a publication table is truncated and immediately removed from the publication. [Support ticket #96054] | +| Bug fix | Fixed an issue where the synchronize operation failed to replicate a table with a `BIGINT` value greater than integer range. [Support ticket #99264] | +| Bug fix | Fixed an issue where triggers manually configured by users on the target PostgreSQL or EDB Postgres Advanced Server databases are disabled during a data snapshot. [Support ticket #97637] | + +## End-of-Support notice We recommend you update to the most recent software version. *If you have not yet updated to the most current version, please see the end-of-support notes below*: From 4c0f9295510e76db418b2c5b287660cd5bf7b023 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:03:07 +0530 Subject: [PATCH 11/11] Updated database versions as per XDB-2182 --- .../7/01_introduction/03_certified_supported_versions.mdx | 8 +++++--- product_docs/docs/eprs/7/supported_platforms.mdx | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/product_docs/docs/eprs/7/01_introduction/03_certified_supported_versions.mdx b/product_docs/docs/eprs/7/01_introduction/03_certified_supported_versions.mdx index 4a239de10d4..6c6e59cfff0 100644 --- a/product_docs/docs/eprs/7/01_introduction/03_certified_supported_versions.mdx +++ b/product_docs/docs/eprs/7/01_introduction/03_certified_supported_versions.mdx @@ -4,8 +4,8 @@ title: "Certified and supported product versions" You can use the following database product versions with Replication Server: -- PostgreSQL versions 11, 12, 13, 14, and 15 -- EDB Postgres Advanced Server versions 11, 12, 13, 14, and 15 +- PostgreSQL versions 12, 13, 14, 15, and 16 +- EDB Postgres Advanced Server versions 12, 13, 14, 15, and 16 - Oracle 11g Release 2 version 11.2.0.2.0 is explicitly certified. Newer minor versions in the 11.2 line are supported as well. - Oracle 12c version 12.1.0.2.0 is explicitly certified. Newer minor versions in the 12.1 line are supported as well. - Oracle 18c version 18.1.0.2.0 is explicitly certified. Newer minor versions in the 18.1 line are supported as well. @@ -13,8 +13,10 @@ You can use the following database product versions with Replication Server: - SQL Server 2014 version 12.0.5000.0 is explicitly certified. Newer minor versions in the 12.0 line are supported as well. !!!Note - All PostgreSQL and EDB Postgres Advanced Server versions available as BigAnimal single-node and primary/standby high-availability cluster types are also supported for SMR configurations. See the BigAnimal (EDB’s managed database cloud service) [documentation](/biganimal/latest) for more information about BigAnimal’s [supported cluster types](/biganimal/latest/overview/02_high_availability/). See the [database version policy documentation](/biganimal/latest/overview/05_database_version_policy/) for the versions of PostgreSQL and EDB Postgres Advanced Server available in BigAnimal. +All PostgreSQL and EDB Postgres Advanced Server versions available as BigAnimal single-node and primary/standby high-availability cluster types are also supported for SMR configurations. See the BigAnimal (EDB’s managed database cloud service) [documentation](/biganimal/latest) for more information about BigAnimal’s [supported cluster types](/biganimal/latest/overview/02_high_availability/). See the [database version policy documentation](/biganimal/latest/overview/05_database_version_policy/) for the versions of PostgreSQL and EDB Postgres Advanced Server available in BigAnimal. +EDB Postgres Distributed (PGD) v5.3.0 is explicitly certified as a Publishing database for trigger mode and as Subscription database for both trigger and wal modes. +!!! As of Replication Server 7.1.0: - SQL Server 2016 version 13.00.5026 is explicitly certified. Newer minor versions in the 13.0 line are supported as well. diff --git a/product_docs/docs/eprs/7/supported_platforms.mdx b/product_docs/docs/eprs/7/supported_platforms.mdx index db5cc635fd4..478a7ae7541 100644 --- a/product_docs/docs/eprs/7/supported_platforms.mdx +++ b/product_docs/docs/eprs/7/supported_platforms.mdx @@ -21,6 +21,6 @@ Replication Server is certified to work with the following Java platforms: | Windows Server 2019 | Red Hat OpenJDK 8 | | Windows Server 2022 | Oracle JDK 8 | | Debian 10 and 11 | Red Hat OpenJDK 11 | -| Ubuntu 18, 20, 22 | OpenJDK 11 | +| Ubuntu 20, 22 | OpenJDK 11 | See [Product Compatibility](https://www.enterprisedb.com/platform-compatibility#eprs) for more information on operating system support.