Skip to content

Commit

Permalink
Merge pull request #1920 from EnterpriseDB/2021-10-12
Browse files Browse the repository at this point in the history
2021 10 12
  • Loading branch information
drothery-edb authored Oct 12, 2021
2 parents 63ca087 + b8666b9 commit 71784dc
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ description: 'Overview of Repostor and the Data Protector for PostgreSQL product
| **Web Site** | www.repostor.com |
| **Version & Platform** | 5.0.0.0-96 https://www.repostor.com/downloadpage/ https://www.repostor.com/products/#data |
| **Product Description** | Data Protector allows you to do fast, hot online backups in conjecture with IBM Spectrum Protect. After a full backup has been taken, an incremental backup handles the changes that have occurred to the database. |
| **Date** | April 2, 2021 |
6 changes: 3 additions & 3 deletions advocacy_docs/partner_docs/RepostorGuide/04-Configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ description: 'Walkthrough of configuring the Data Protector for PostgreSQL integ

- The database host with the EDB Postgres Advanced environment needs the following components:

- IBM supported operating system for Spectrum Protect clients.
- IBM supported operating system for Spectrum Protect clients.

- Spectrum Protect BA client (used for regular file backup).
- IBM Spectrum Protect BA client (used for regular file backup).

- Spectrum Protect API client.
- IBM Spectrum Protect API client.

- EDB Postgres Advanced version 9.6 or above.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ description: 'Overview of the certification environment used in the implementati
|   |   |
| ----------- | ----------- |
| **Certification Test Date**| April 6, 2021 |
| **EDB Postgres Advanced** | 13 |
| **Repostor Data Protector for PostgreSQL**| 5.0.0.0-96 |
| **OS** | CentOS Linux 7.9.2009 |
| **IBM Tivoli Storage Manager client API**| TIVsm-API64-8.1.8-0.x86_64 |
| **IBM Tivoli Storage Manager client BA**| TIVsm-BA-8.1.8-0.x86_64 |
| **IBM Tivoli Storage Manager Server**| 8.1.8.000 |
| **Repostor Data Protector for PostgreSQL**| 5.0.0.0-96 |
| **EDB Postgres Advanced** | 13 |
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

This file was deleted.

3 changes: 3 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ const Page = () => (
<IndexCardLink to="/partner_docs/NutanixGuide">
Nutanix AHV
</IndexCardLink>
<IndexCardLink to="/partner_docs/RepostorGuide">
Repostor Data Protector for PostgresSQL
</IndexCardLink>
<IndexCardLink to="/partner_docs/ThalesGuide">
Thales CipherTrust Transparent Encryption
</IndexCardLink>
Expand Down

0 comments on commit 71784dc

Please sign in to comment.