Skip to content

Commit

Permalink
Merge pull request #2587 from EnterpriseDB/release/2022-04-26
Browse files Browse the repository at this point in the history
Release: 2022-04-26
  • Loading branch information
drothery-edb authored Apr 26, 2022
2 parents c47f71b + 33f2907 commit 2c94498
Show file tree
Hide file tree
Showing 30 changed files with 217 additions and 177 deletions.
12 changes: 6 additions & 6 deletions product_docs/docs/bart/2.6/bart_inst/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ This guide provides information about how to install and configure the EDB Backu

### Supported Platforms and Database Versions

- To view a complete list of supported platforms, see [Platform Compatibility](https://www.enterprisedb.com/platform-compatibility).


!!! Note
BART is not supported by EDB Postgres Advanced Server or PostgreSQL version 14 and later. EDB strongly recommends you move to Barman or pgBackRest as your backup recovery tool. See [Moving to a New Backup Tool](../bart_migration) for more information.

- BART supports the following database versions:

- Advanced Server versions 9.6, 10, 11, 12, and 13.
- PostgreSQL versions 9.6, 10, 11, 12, and 13.
- To view a complete list of supported platforms, see [Platform Compatibility](https://www.enterprisedb.com/platform-compatibility).

- BART supports the following database distributions and versions:

- EDB Postgres Advanced Server versions 10, 11, 12, and 13.
- PostgreSQL versions 10, 11, 12, and 13.

### Software Requirements

Expand Down
14 changes: 7 additions & 7 deletions product_docs/docs/bart/2.6/bart_qs_7/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ For detailed information about BART installation and configuration, see the *BAR

- BART is tested with the following database versions:

- Advanced Server - 9.6, 10, 11, 12, and 13.
- PostgreSQL - 9.6, 10, 11, 12, and 13.
- EDB Postgres Advanced Server - 10, 11, 12, and 13.
- PostgreSQL - 10, 11, 12, and 13.

<div id="installing" class="registered_link"></div>

Expand All @@ -39,9 +39,9 @@ The following steps describe installing BART on CentOS 7.x OS using `yum`.
yum makecache
```

5. Install an Advanced Server or PostgreSQL database server.
5. Install an EDB Postgres Advanced Server or PostgreSQL database server.

To install Advanced Server, execute the following command:
To install EDB Postgres Advanced Server, execute the following command:

```text
yum -y install edb-as12-server
Expand All @@ -53,7 +53,7 @@ The following steps describe installing BART on CentOS 7.x OS using `yum`.
sudo su - enterprisedb
```

Create an Advanced Server cluster named `acctg` on listener port `5444`:
Create an EDB Postgres Advanced Server cluster named `acctg` on listener port `5444`:

```text
/usr/edb/as12/bin/initdb -D /var/lib/edb/as12/acctg
Expand All @@ -72,15 +72,15 @@ The following steps describe installing BART on CentOS 7.x OS using `yum`.
```

!!! Note
The BART host server is not required to have an Advanced Server or PostgreSQL installation, but must include a copy of the Postgres `libpq` library, the `pg_basebackup` utility program, and Boost Libraries 1.53 version for CentOS 7.
The BART host server is not required to have an EDB Postgres Advanced Server or PostgreSQL installation, but must include a copy of the Postgres `libpq` library, the `pg_basebackup` utility program, and Boost Libraries 1.53 version for CentOS 7.

6. If you do not already have the `pg_basebackup` program installed on the BART host, you can use the following command to install a limited number of files that include the `pg_basebackup` program:

```text
yum install edb-as<xx>-server-client
```

Where &lt;xx> is the Advanced Server version.
Where &lt;xx> is the EDB Postgres Advanced Server version.

7. As a root user, execute the following command to install BART:

Expand Down
14 changes: 7 additions & 7 deletions product_docs/docs/bart/2.6/bart_qs_8/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ For detailed information about BART installation and configuration, see the *BAR

- BART is tested with the following database versions:

- Advanced Server - 9.6, 10, 11, 12, and 13.
- PostgreSQL - 9.6, 10, 11, 12, and 13.
- EDB Postgres Advanced Server - 10, 11, 12, and 13.
- PostgreSQL - 10, 11, 12, and 13.

**Installing BART**

Expand All @@ -37,9 +37,9 @@ The following steps describe installing BART on Rocky Linux 8.x OS.
dnf makecache
```

5. Install an Advanced Server or PostgreSQL database server.
5. Install an EDB Postgres Advanced Server or PostgreSQL database server.

To install Advanced Server, execute the following command:
To install EDB Postgres Advanced Server, execute the following command:

```text
dnf -y install edb-as12-server
Expand All @@ -51,7 +51,7 @@ The following steps describe installing BART on Rocky Linux 8.x OS.
sudo su - enterprisedb
```

Create an Advanced Server cluster named `acctg` on listener port `5444`:
Create an EDB Postgres Advanced Server cluster named `acctg` on listener port `5444`:

```text
/usr/edb/as12/bin/initdb -D /var/lib/edb/as12/acctg
Expand All @@ -70,7 +70,7 @@ The following steps describe installing BART on Rocky Linux 8.x OS.
```

!!! Note
The BART host server is not required to have an Advanced Server or PostgreSQL installation, but must include a copy of the Postgres `libpq` library, the `pg_basebackup` utility program, and Boost Libraries 1.66 version for Rocky Linux 8.
The BART host server is not required to have a full EDB Postgres Advanced Server or PostgreSQL installation, but must include a copy of the Postgres `libpq` library, the `pg_basebackup` utility program, and Boost Libraries 1.66 version for Rocky Linux 8.

6. If you do not already have the `pg_basebackup` program installed on the BART host, you can use the following command to install a limited number of files that include the `pg_basebackup` program:

Expand Down Expand Up @@ -253,7 +253,7 @@ If backups are to be taken from a given database server host, but restored to a

An example of how to create a passwordless connection is documented in the *EDB Backup and Recovery Reference Guide*, available at the [EDB website](/bart/latest/bart_ref/).

Even when the Advanced Server database is on the same host as BART, and the Advanced Server database cluster owner is also the BART user account, a passwordless SSH/SCP connection must be established from the same user account to itself.
Even when the EDB Postgres Advanced Server database is on the same host as BART, and the EDB Postgres Advanced Server database cluster owner is also the BART user account, a passwordless SSH/SCP connection must be established from the same user account to itself.

1. On the database server, navigate into the target user account’s home directory to check for an existing `.ssh` subdirectory. If it does does not exist, create one in the user account’s home directory with the required privileges.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The following responsibility model describes the distribution of specific respon

- EDB is responsible for deploying clusters with one primary and two replicas. In cloud regions with availability zones, clusters are deployed across multiple availability zones.
- You are responsible for choosing whether to enable high availability.
- You are responsible for ensuring your applications reconnect when network connectivity is interrupted.

## Database performance

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@
title: "Database version policy"
---

## Supported Postgres types and versions

| **Postgres type** | **Major versions** |
| ---------------------------- | ------------------ |
| PostgreSQL | 11–14 |
| EDB Postgres Advanced Server | 11–14 |
PostgreSQL and EDB Postgres Advanced Server major versions are supported from the date they are made available until the version is retired by EDB (generally five years). See [Platform Compatibility ](https://www.enterprisedb.com/platform-compatibility#epas) for more details.

## Major version support
## Supported Postgres types and versions

PostgreSQL and EDB Postgres Advanced Server major versions are supported from the date they are made available until the version is retired by EDB (generally five years). See [Platform Compatibility ](https://www.enterprisedb.com/platform-compatibility#epas) for more details.
| **Postgres type** | **Versions** |
| ---------------------------- | ------------ |
| PostgreSQL | 11–14 |
| EDB Postgres Advanced Server | 11–14 |

## Minor version support

EDB performs periodic maintenance to ensure stability and security. EDB performs minor version upgrades and patch updates as part of periodic maintenance. Customers are notified in the BigAnimal portal prior to maintenance occurring. You cannot configure minor versions.

EDB reserves the right to upgrade customers to the latest minor version without prior notice in an extraordinary circumstance.
8 changes: 8 additions & 0 deletions product_docs/docs/biganimal/release/overview/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
---
title: "Overview of service"
indexCards: simple
navigation:
- 02_high_availability
- 03_security
- 03a_region_support
- 04_responsibility_model
- 05_database_version_policy
- updates
- support
---

<div id="requirements_overview" class="registered_link"></div>
Expand Down
9 changes: 9 additions & 0 deletions product_docs/docs/biganimal/release/overview/updates.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Periodic maintenance
---

EDB performs periodic maintenance to ensure stability and security of your clusters. EDB performs minor version upgrades and patch updates as part of this periodic maintenance. You are notified in the BigAnimal portal prior to maintenance occurring. Details are available on the [BigAnimal status page](https://status.biganimal.com/). You can subscribe to get these updates in a feed by selecting **Subscribe to Updates** on the status page.

EDB reserves the right to upgrade customers to the latest minor version without prior notice in an extraordinary circumstance. You cannot configure minor versions.

In some cases these updates may terminate existing network connections to your clusters. If that happens, the outage should be very brief - typically less than 30 seconds. Be sure your applications are configured to automatically reconnect when connections are interrupted. Most modern database libraries do this by default.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "RHEL 8 on IBM Power (ppc64le)"
title: "Installing EDB JDBC Connector on RHEL 8 IBM Power (ppc64le)"
navTitle: "RHEL 8"
---

There are two steps to completing an installation:
Expand Down Expand Up @@ -55,7 +56,7 @@ sudo su -
dnf -qy module disable postgresql
```

## Installing the Package
## Installing the package

```shell
dnf -y install edb-jdbc
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "SLES 15 on IBM Power (ppc64le)"
title: "Installing EDB JDBC Connector on SLES 15 IBM Power (ppc64le)"
navTitle: "SLES 15"
---

There are two steps to completing an installation:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "SLES 12 on IBM Power (ppc64le)"
title: "Installing EDB JDBC Connector on SLES 12 IBM Power (ppc64le)"
navTitle: "SLES 12"
---

There are two steps to completing an installation:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Installing EDB JDBC Connector on IBM Power (ppc64le)"
navTitle: "IBM Power (ppc64le)"
---

For operating system-specific install instructions, see:

- [RHEL 8](09_jdbc42_rhel8_ppcle)

- [SLES 15](11_jdbc42_sles15_ppcle)
- [SLES 12](12_jdbc42_sles12_ppcle)
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
---
title: "Installing the Connector with an RPM Package"
title: "Installing EDB JDBC Connector on Linux"
navTitle: "Installing EDB JDBC Connector on Linux"
navigation:
- x86_amd64
- ibm_power_ppc64le
---

To install EDB Postgres Advanced Server JDBC Connector, you must have credentials that allow access to the EnterpriseDB repository. To request credentials that allow you to access an EnterpriseDB repository, see the [EDB Repository Access instructions](https://www.enterprisedb.com/repository-access-request).
To install EDB JDBC Connector, you must have credentials that allow access to the EnterpriseDB repository. To request credentials that allow you to access an EnterpriseDB repository, see the [EDB Repository Access instructions](https://www.enterprisedb.com/repository-access-request).

For platform-specific install instructions, see:

- Linux x86-64 (amd64):
- [RHEL 8/OL 8](01_jdbc42_rhel8_x86)
- [RHEL 8/OL 8](x86_amd64/01_jdbc42_rhel8_x86)

- [Rocky Linux 8/AlmaLinux 8](02_jdbc42_other_linux8_x86)
- [RHEL 7/OL 7](03_jdbc42_rhel7_x86)
- [CentOS 7](04_jdbc42_centos7_x86)
- [SLES 15](05_jdbc42_sles15_x86)
- [SLES 12](06_jdbc42_sles12_x86)
- [Ubuntu 20.04/Debian 10](07_jdbc42_ubuntu20_deb10_x86)
- [Ubuntu 18.04/Debian 9](08_jdbc42_ubuntu18_deb9_x86)
- [Rocky Linux 8/AlmaLinux 8](x86_amd64/02_jdbc42_other_linux8_x86)
- [RHEL 7/OL 7](x86_amd64/03_jdbc42_rhel7_x86)
- [CentOS 7](x86_amd64/04_jdbc42_centos7_x86)
- [SLES 15](x86_amd64/05_jdbc42_sles15_x86)
- [SLES 12](x86_amd64/06_jdbc42_sles12_x86)
- [Ubuntu 20.04/Debian 10](x86_amd64/07_jdbc42_ubuntu20_deb10_x86)
- [Ubuntu 18.04/Debian 9](x86_amd64/08_jdbc42_ubuntu18_deb9_x86)

- Linux on IBM Power (ppc64le):
- [RHEL 8](09_jdbc42_rhel8_ppcle)
- [RHEL 8](ibm_power_ppc64le/09_jdbc42_rhel8_ppcle)

- [SLES 15](11_jdbc42_sles15_ppcle)
- [SLES 12](12_jdbc42_sles12_ppcle)
- [SLES 15](ibm_power_ppc64le/11_jdbc42_sles15_ppcle)
- [SLES 12](ibm_power_ppc64le/12_jdbc42_sles12_ppcle)
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "RHEL 8/OL 8 on x86_64"
title: "Installing EDB JDBC Connector on RHEL 8/OL 8 x86"
navTitle: "RHEL 8/OL 8"
---

Before installing the JDBC Connector, you must install the following prerequisite packages, and request credentials from EDB:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Rocky Linux 8/AlmaLinux 8 on x86_64"
title: "Installing EDB JDBC Connector on Rocky Linux 8/AlmaLinux 8 x86"
navTitle: "Rocky Linux 8/AlmaLinux 8"
---

Before installing the JDBC Connector, you must install the following prerequisite packages, and request credentials from EDB:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "RHEL 7/OL 7 on x86_64"
title: "Installing EDB JDBC Connector on RHEL 7/OL 7 x86"
navTitle: "RHEL 7/OL 7 "
---

Before installing the JDBC Connector, you must install the following prerequisite packages, and request credentials from EDB:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "CentOS 7 on x86_64"
title: "Installing EDB JDBC Connector on CentOS 7 x86"
navTitle: "CentOS 7"
---

Before installing the JDBC Connector, you must install the following prerequisite packages, and request credentials from EDB:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "SLES 15 on x86_64"
title: "Installing EDB JDBC Connector on SLES 15 x86"
navTitle: "SLES 15"
---

There are two steps to completing an installation:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "SLES 12 on x86_64"
title: "Installing EDB JDBC Connector on SLES 12 x86"
navTitle: "SLES 12"
---

To install the connector, you must have credentials that allow access to the EnterpriseDB repository. To request credentials for the repository, visit the EnterpriseDB website at:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Ubuntu 20.04/Debian 10 on x86_64"
title: "Installing EDB JDBC Connector on Ubuntu 20.04/Debian 10 x86"
navTitle: "Ubuntu 20.04/Debian 10"
---

To install a DEB package on a Debian or Ubuntu host, you must have credentials that allow access to the EDB repository. To request credentials for the repository, visit [the EDB website](https://www.enterprisedb.com/repository-access-request).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Ubuntu 18.04/Debian 9 on x86_64"
title: "Installing EDB JDBC Connector on Ubuntu 18.04/Debian 9 x86"
navTitle: "Ubuntu 18.04/Debian 9"
---

To install a DEB package on a Debian or Ubuntu host, you must have credentials that allow access to the EDB repository. To request credentials for the repository, visit [the EDB website](https://www.enterprisedb.com/repository-access-request).
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Installing EDB JDBC Connector on Linux x86 (amd64)"
navTitle: "Intel x86 (amd64)"
---

For operating system-specific install instructions, see:

- [RHEL 8/OL 8](01_jdbc42_rhel8_x86)

- [Rocky Linux 8/AlmaLinux 8](02_jdbc42_other_linux8_x86)
- [RHEL 7/OL 7](03_jdbc42_rhel7_x86)
- [CentOS 7](04_jdbc42_centos7_x86)
- [SLES 15](05_jdbc42_sles15_x86)
- [SLES 12](06_jdbc42_sles12_x86)
- [Ubuntu 20.04/Debian 10](07_jdbc42_ubuntu20_deb10_x86)
- [Ubuntu 18.04/Debian 9](08_jdbc42_ubuntu18_deb9_x86)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Upgrading an RPM Installation
title: Upgrading a Linux installation
---

If you have an existing JDBC Connector RPM installation, you can use yum or dnf to upgrade your repository configuration file and update to a more recent product version. To update the `edb.repo` file, assume superuser privileges and enter:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "Installing and configuring the JDBC Connector"

title: "Installing and configuring EDB JDBC Connector"
legacyRedirectsGenerated:
# This list is generated by a script. If you need add entries, use the `legacyRedirects` key.
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/installing_and_configuring_the_jdbc_connector.html"
Expand Down
Loading

0 comments on commit 2c94498

Please sign in to comment.