-
Notifications
You must be signed in to change notification settings - Fork 247
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 #1100 from EnterpriseDB/release/2021-03-19
Production Release 2021-03-19 Former-commit-id: 02e8e92
- Loading branch information
Showing
1,202 changed files
with
24,404 additions
and
4,213 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
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
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 @@ | ||
_ |
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,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn pretty-quick --staged --pattern 'src/**/*.js' --pattern 'gatsby-*.js' |
2 changes: 2 additions & 0 deletions
2
advocacy_docs/supported-open-source/postgresql/installer/index.mdx
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
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
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
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
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 |
---|---|---|
|
@@ -122,7 +122,7 @@ You can use an RPM package to install Advanced Server on a CentOS host. | |
On CentOS 8: | ||
|
||
```text | ||
# dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm | ||
# dnf -y install epel-release | ||
|
||
# dnf makecache | ||
``` | ||
|
@@ -548,15 +548,15 @@ The following steps will walk you through using the EDB apt repository to instal | |
sudo su – | ||
``` | ||
|
||
- Configure the EDB repository: | ||
- Configure the EDB repository and replace the `username` and `password` placeholders in the following command: | ||
|
||
On Debian 9, Ubuntu 18, and Ubuntu 20: | ||
On Debian 9: | ||
|
||
```text | ||
sh -c 'echo "deb https://USERNAME:[email protected]/$(lsb_release -cs)-edb/ $(lsb_release -cs) main" > /etc/apt/sources.list.d/edb-$(lsb_release -cs).list' | ||
``` | ||
|
||
On Debian 10: | ||
On Debian 10, Ubuntu 18, and Ubuntu 20: | ||
|
||
a. Set up the EDB repository: | ||
|
||
|
@@ -852,9 +852,9 @@ You can also view online help for `initdb` by assuming superuser privileges and | |
|
||
Where `path_to_initdb_installation_directory` specifies the location of the `initdb` binary file. | ||
|
||
### Modifying the Data Directory Location on CentOS or Redhat 7.x | ||
### Modifying the Data Directory Location on CentOS or Redhat 7.x | 8.x | ||
|
||
On a CentOS or RedHat version 7.x host, the unit file is named `edb-as-13.service` and resides in `/usr/lib/systemd/system`. The unit file contains references to the location of the Advanced Server `data` directory. You should avoid making any modifications directly to the unit file because it may be overwritten during package upgrades. | ||
On a CentOS or RedHat version 7.x | 8.x host, the unit file is named `edb-as-13.service` and resides in `/usr/lib/systemd/system`. The unit file contains references to the location of the Advanced Server `data` directory. You should avoid making any modifications directly to the unit file because it may be overwritten during package upgrades. | ||
|
||
By default, data files reside under `/var/lib/edb/as13/data` directory. To use a data directory that resides in a non-default location, perform the following steps: | ||
|
||
|
12 changes: 12 additions & 0 deletions
12
product_docs/docs/eprs/6.2/01_introduction/01_whats_new.mdx
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,12 @@ | ||
--- | ||
title: "What’s New" | ||
--- | ||
|
||
<div id="whats_new" class="registered_link"></div> | ||
|
||
The following features have been added to xDB Replication Server version 6.1 to create xDB Replication Server version 6.2: | ||
|
||
> - Registering your xDB Replication Server product with an EnterpriseDB product license key is no longer required. Thus, all components related to registering the product have been removed. The following are the removed components: 1) the Product Registration dialog box accessed from the xDB Replication Console Help menu, 2) the `license_key` parameter located in the xDB Replication Configuration file, and 3) the xDB Replication Server CLI `registerkey` command. | ||
> - Partitioned tables created using the declarative partitioning feature of PostgreSQL and Advanced Server version 10 and later can now be replicated in a log-based single-master or multi-master replication system. For more information, see [Replicating Postgres Partitioned Tables](../07_common_operations/10_replicating_postgres_partitioned_tables/#replicating_postgres_partitioned_tables). | ||
> - In a single-master replication system, removal of a table from a publication that has one or more existing subscriptions is now permitted as long as the table to be removed is not the parent referenced in a foreign key constraint from a child table that is not being removed as well. Previously, no tables from a publication in a single-master replication system could be removed if there are existing subscriptions. For more information, see [Removing Tables from a Publication](../07_common_operations/06_managing_publication/03_updating_pub/#remove_tables_from_pub). | ||
> - Versions 11 and 12 of PostgreSQL and Advanced Server are now supported. |
11 changes: 11 additions & 0 deletions
11
product_docs/docs/eprs/6.2/01_introduction/02_conventions_used.mdx
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,11 @@ | ||
--- | ||
title: "Conventions Used in this Guide" | ||
--- | ||
|
||
<div id="conventions_used" class="registered_link"></div> | ||
|
||
The following is a list of other conventions used throughout this document. | ||
|
||
- This guide applies to both Linux and Windows systems. Directory paths are presented in the Linux format with forward slashes. When working on Windows systems, start the directory path with the drive letter followed by a colon and substitute back slashes for forward slashes. | ||
- Much of the information in this document applies interchangeably to PostgreSQL and EDB Postgres Advanced Server. The term Postgres is used to generically refer to both PostgreSQL and Advanced Server. When a distinction needs to be made between these two database systems, the specific names, PostgreSQL or Advanced Server are used. | ||
- The installation directory path of the PostgreSQL or Advanced Server products is referred to as `POSTGRES_INSTALL_HOME`. For PostgreSQL Linux installations, this defaults to `/opt/PostgreSQL/x.x` for version `10` and earlier. For later versions, use the PostgreSQL community packages. For PostgreSQL Windows installations, this defaults to `C:\Program Files\PostgreSQL\x.x`. For Advanced Server Linux installations accomplished using the interactive installer for version 10 and earlier, this defaults to `/opt/PostgresPlus/x.xAS or /opt/edb/asx.x`. For Advanced Server Linux installations accomplished using an RPM package, this defaults to `/usr/ppas-x.x or /usr/edb/asx.x`. For Advanced Server Windows installations, this defaults to `C:\Program Files\PostgresPlus\x.xAS` or `C:\Program Files\edb\asx.x`. The product version number is represented by `x.x` or by `xx` for version `10` and later. |
20 changes: 20 additions & 0 deletions
20
product_docs/docs/eprs/6.2/01_introduction/03_certified_supported_versions.mdx
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,20 @@ | ||
--- | ||
title: "Certified and Supported Product Versions" | ||
--- | ||
|
||
The following database product versions may be used with xDB Replication Server: | ||
|
||
- PostgreSQL versions 9.6, 10, 11, 12, and 13 | ||
- Advanced Server versions 9.6, 10, 11, 12, and 13 | ||
- Oracle 10g Release 2 version 10.2.0.1.0 has been explicitly certified. Newer minor versions in the 10.2 line are supported as well. | ||
- Oracle 11g Release 2 version 11.2.0.2.0 has been explicitly certified. Newer minor versions in the 11.2 line are supported as well. | ||
- Oracle 12c version 12.1.0.2.0 has been explicitly certified. Newer minor versions in the 12.1 line are supported as well. | ||
- SQL Server 2008 version 10.50.1617.0 has been explicitly certified. Newer minor versions in the 10.50 line are supported as well. | ||
- SQL Server 2012 version 11.0.6020.0 has been explicitly certified. Newer minor versions in the 11.0 line are supported as well. | ||
- SQL Server 2014 version 12.0.5000.0 has been explicitly certified. Newer minor versions in the 12.0 line are supported as well. | ||
|
||
Contact your EnterpriseDB Account Manager or [[email protected]](mailto:[email protected]) if you require support for other platforms. | ||
|
||
**A Note Regarding Oracle RAC and Oracle Exadata** | ||
|
||
xDB Replication server has not been tested and is not officially supported for use with Oracle RAC and Exadata, but may work when connected to a single persistent node. To determine its ability to work with RAC or Exadata, please contact your EDB representative. |
18 changes: 18 additions & 0 deletions
18
product_docs/docs/eprs/6.2/01_introduction/04_supported_jdk_versions.mdx
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,18 @@ | ||
--- | ||
title: "Supported JDK Versions" | ||
--- | ||
|
||
The xDB Replication Server is certified to work with the following Java platforms: | ||
|
||
| **Operating Systems** | **JDK Versions** | | ||
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | | ||
| `CentOS 7 and 8`<br /> | - Red Hat OpenJDK 7 <br /> - Red Hat OpenJDK 8 <br /> | | ||
| `PPCLE RHEL7` | <br /><br /><br />Red Hat OpenJDK 8<br /><br /> | | ||
| `RHEL 7`<br /> | - Red Hat OpenJDK 7 <br /> - Red Hat OpenJDK 8 <br /> - Oracle JDK 7 <br /> - Oracle JDK 8 <br /> | | ||
| `Windows 2012 R2, 2016, and 2019`<br /> | - Red Hat OpenJDK 7 <br /> - Red Hat OpenJDK 8 <br /> | | ||
| `Debian 10` | <br /><br /><br />Red Hat OpenJDK 11<br /><br /> | | ||
|
||
**Certified Java Platforms** | ||
|
||
!!! Note | ||
EDB Postgres Replication Server 6.2 is no longer supported on `CentOS/RHEL/OEL 6.x` platforms. It is strongly recommended that EDB products running on these platforms should be migrated to a supported platform. |
Oops, something went wrong.