Skip to content

Commit

Permalink
Merge pull request #2258 from EnterpriseDB/release/2022-01-26
Browse files Browse the repository at this point in the history
Release: 2022-01-26
  • Loading branch information
drothery-edb authored Jan 26, 2022
2 parents 4773ea5 + 8eb7e1f commit 03fa5db
Show file tree
Hide file tree
Showing 167 changed files with 2,427 additions and 1,077 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
layout node
source_env_if_exists .envrc.local
dotenv_if_exists .env.development
18 changes: 1 addition & 17 deletions .github/workflows/sync-and-process-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,7 @@ jobs:
run: npm install -g npm@7

- name: Process changes
run: |
case ${{ github.event.client_payload.repo }} in
EnterpriseDB/cloud-native-postgresql)
${{ github.workspace }}/destination/scripts/source/process-cnp-docs.sh ${{ github.workspace }}/source ${{ github.workspace }}/destination
;;
EnterpriseDB/fe)
mkdir -p ${{ github.workspace }}/destination/icons-pkg && \
cp -fr utils/icons-placeholder/output/* ${{ github.workspace }}/destination/icons-pkg/
;;
*)
echo "The workflow has not been configured for the ${{ github.event.client_payload.repo }} repo"
exit 1
;;
esac
run: ${{ github.workspace }}/destination/scripts/source/dispatch_product.py ${{ github.event.client_payload.repo }} ${{ github.workspace }}
working-directory: source

- name: Create pull request
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
14
18 changes: 9 additions & 9 deletions product_docs/docs/bart/2.5/bart_inst/02_installing_bart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ legacyRedirectsGenerated:

This section will walk you through performing a fresh installation of BART on a host. Installation instructions are organized into the following platform/installer specific sections:

- [Installing BART on a CentOS Host](#installing-bart-on-a-centos-host)
- [Installing BART on a CentOS/Rocky Linux/AlmaLinux Host](#installing-bart-on-a-centos-host)
- [Installing BART on a RHEL Host](#installing-bart-on-a-rhel-host)
- [Installing BART on a RHEL/CentOS 7 PPCLE Host](#installing-bart-on-a-rhelcentos-7-ppcle-host)
- [Installing BART on a Debian or Ubuntu Host](#installing-bart-on-a-debian-or-ubuntu-host)
Expand All @@ -19,9 +19,9 @@ This section will walk you through performing a fresh installation of BART on a
!!! Note
If you are using the pdf version of this document, using the cut/paste command to copy may result in extra spaces or carriage returns in the pasted command. If a command fails, check the command carefully for additional characters.

## Installing BART on a CentOS Host
## Installing BART on a CentOS/Rocky Linux/AlmaLinux Host

The following section demonstrates installing BART on a CentOS host using an RPM package.  This section assumes that the user has some knowledge of installation and system administration procedures, and has administrative privileges on the host.
The following section demonstrates installing BART on a CentOS/Rocky Linux/AlmaLinux host using an RPM package.  This section assumes that the user has some knowledge of installation and system administration procedures, and has administrative privileges on the host.

1. To install the repository configuration, assume superuser privileges and invoke one of the following platform-specific commands:

Expand All @@ -31,7 +31,7 @@ The following section demonstrates installing BART on a CentOS host using an RPM
yum -y install https://yum.enterprisedb.com/edbrepos/edb-repo-latest.noarch.rpm
```

On CentOS 8:
On Rocky Linux 8 or AlmaLinux 8:

```text
dnf -y install https://yum.enterprisedb.com/edbrepos/edb-repo-latest.noarch.rpm
Expand All @@ -53,19 +53,19 @@ The following section demonstrates installing BART on a CentOS host using an RPM
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
```

On CentOS 8:
On Rocky Linux 8 or AlmaLinux 8:

```text
dnf -y install epel-release
```

4. For CentOS 8, enable the PowerTools repository to satisfy EPEL package dependencies:
4. For Rocky Linux 8 or AlmaLinux 8, enable the PowerTools repository to satisfy EPEL package dependencies:

```text
dnf config-manager --set-enabled PowerTools
```

5. For CentOS 8, disable the built-in PostgreSQL module:
5. For Rocky Linux 8 or AlmaLinux 8, disable the built-in PostgreSQL module:

```text
dnf -qy module disable postgresql
Expand All @@ -79,7 +79,7 @@ The following section demonstrates installing BART on a CentOS host using an RPM
yum install edb-as<xx>-server-client
```

On CentOS 8:
On Rocky Linux 8 or AlmaLinux 8:

```text
dnf install edb-as<xx>-server-client
Expand All @@ -95,7 +95,7 @@ The following section demonstrates installing BART on a CentOS host using an RPM
yum -y install edb-bart-2.5.9
```

On CentOS 8:
On Rocky Linux 8 or AlmaLinux 8:

```text
dnf -y install edb-bart-2.5.9
Expand Down
6 changes: 3 additions & 3 deletions product_docs/docs/bart/2.5/bart_inst/05_uninstalling_bart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ legacyRedirectsGenerated:

This section walks you through uninstalling BART.

## Uninstalling BART on a RHEL/CentOS Host
## Uninstalling BART on a RHEL/CentOS/Rocky Linux/AlmaLinux Host

To uninstall BART on a RHEL/CentOS host, assume the identity of the `root` user and invoke the following command:
To uninstall BART on a RHEL/CentOS/Rocky Linux/AlmaLinux host, assume the identity of the `root` user and invoke the following command:

On RHEL/CentOS 7:

```text
yum remove edb-bart
```

On RHEL/CentOS 8:
On RHEL/Rocky Linux/AlmaLinux 8:

```text
dnf remove edb-bart
Expand Down
4 changes: 0 additions & 4 deletions product_docs/docs/bart/2.5/bart_inst/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ This guide provides information about how to install and configure the EDB Backu

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

!!! Note

BART 2.5 is no longer supported on CentOS/RHEL/OL 6.x platforms. It is strongly recommended that EDB products running on these platforms be migrated to a supported platform.

- BART supports the following database versions:

- Advanced Server versions 9.6, 10, 11, and 12.
Expand Down
10 changes: 5 additions & 5 deletions product_docs/docs/bart/2.5/bart_qs_8/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Quick Start Guide for RHEL/CentOS 8"
title: "Quick Start Guide for RHEL/Rocky Linux 8"

legacyRedirectsGenerated:
# This list is generated by a script. If you need add entries, use the `legacyRedirects` key.
Expand All @@ -11,7 +11,7 @@ legacyRedirectsGenerated:
- "/edb-docs/d/edb-backup-and-recovery-tool/quick-start/quick-start-guide-for-rhelcentos-8/2.5.7/genindex.html"
---

This tutorial demonstrates using the `dnf` command to install and configure the EDB Backup and Recovery Tool (BART) 2.5 on a CentOS 8 host with minimal configuration settings.  The tutorial assumes that the user has some knowledge of installation and system administration procedures and has administrative privileges on the host.
This tutorial demonstrates using the `dnf` command to install and configure the EDB Backup and Recovery Tool (BART) 2.5 on a Rocky Linux 8 host with minimal configuration settings.  The tutorial assumes that the user has some knowledge of installation and system administration procedures and has administrative privileges on the host.

For detailed information about BART installation and configuration, see the *BART Installation and Upgrade Guide* available at the [EDB website](/bart/latest/bart_inst/).

Expand All @@ -22,7 +22,7 @@ For detailed information about BART installation and configuration, see the *BAR

**Installing BART**

The following steps describe installing BART on CentOS 8.x OS.
The following steps describe installing BART on Rocky Linux 8.x OS.

1. Assume superuser privileges and use `dnf` to create the repository configuration file:

Expand Down Expand Up @@ -73,7 +73,7 @@ The following steps describe installing BART on CentOS 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 CentOS 8.
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.

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 @@ -194,7 +194,7 @@ The following table describes only mandatory parameters:

**Creating a Passwordless Connection**

The following example enables SSH/SCP access on a CentOS 8.x host; similar (platform-specific) steps will apply to other platforms/versions. You must create a passwordless connection between the BART host (SSH/SCP client) and the database server (target SSH/SCP server), as well as a passwordless connection between the database server (SSH/SCP client) and the BART host (target SSH/SCP server).
The following example enables SSH/SCP access on a Rocky Linux 8.x host; similar (platform-specific) steps will apply to other platforms/versions. You must create a passwordless connection between the BART host (SSH/SCP client) and the database server (target SSH/SCP server), as well as a passwordless connection between the database server (SSH/SCP client) and the BART host (target SSH/SCP server).

1. Log in as the user account on the BART host that will be initiating the SSH or SCP connection and navigate to the user account’s home directory and check for an existing `.ssh` subdirectory. If the `.ssh` directory does not exist, create one with the required privileges.

Expand Down
16 changes: 8 additions & 8 deletions product_docs/docs/bart/2.6/bart_inst/02_installing_bart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ legacyRedirectsGenerated:

This section will walk you through performing a fresh installation of BART on a host. Installation instructions are organized into the following platform/installer specific sections:

- [Installing BART on a CentOS](#installing-bart-on-a-centos-host)
- [Installing BART on a CentOS/Rocky Linux/AlmaLinux Host](#installing-bart-on-a-centos-host)
- [Installing BART on a RHEL Host](#installing-bart-on-a-rhel-host)
- [Installing BART on a CentOS or RHEL Host](#installing-bart-on-a-rhelcentos-7-ppcle-host)
- [Installing BART on a Debian or Ubuntu Host](#installing-bart-on-a-debian-or-ubuntu-host)
Expand All @@ -17,9 +17,9 @@ This section will walk you through performing a fresh installation of BART on a
!!! Note
If you are using the pdf version of this document, using cut/paste to copy command may result in extra spaces or carriage returns in the pasted command. If a command fails, check the command carefully for additional characters.

## Installing BART on a CentOS Host
## Installing BART on a CentOS/Rocky Linux/AlmaLinux Host

The following section demonstrates installing BART on a CentOS host using an RPM package.  This section assumes that the user has some knowledge of installation and system administration procedures, and has administrative privileges on the host.
The following section demonstrates installing BART on a CentOS/Rocky Linux/AlmaLinux host using an RPM package.  This section assumes that the user has some knowledge of installation and system administration procedures, and has administrative privileges on the host.

1. To install the repository configuration, assume superuser privileges and invoke one of the following platform-specific commands:

Expand All @@ -29,7 +29,7 @@ The following section demonstrates installing BART on a CentOS host using an RPM
yum -y install https://yum.enterprisedb.com/edbrepos/edb-repo-latest.noarch.rpm
```

On CentOS 8:
On Rocky Linux 8 or AlmaLinux 8:

```text
dnf -y install https://yum.enterprisedb.com/edbrepos/edb-repo-latest.noarch.rpm
Expand All @@ -51,7 +51,7 @@ The following section demonstrates installing BART on a CentOS host using an RPM
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
```

On CentOS 8:
On Rocky Linux 8 or AlmaLinux 8:

```text
dnf -y install epel-release
Expand All @@ -63,7 +63,7 @@ The following section demonstrates installing BART on a CentOS host using an RPM
dnf config-manager --set-enabled PowerTools
```

5. For CentOS 8, disable the built-in PostgreSQL module:
5. For Rocky Linux 8 or AlmaLinux 8, disable the built-in PostgreSQL module:

```text
dnf -qy module disable postgresql
Expand All @@ -77,7 +77,7 @@ The following section demonstrates installing BART on a CentOS host using an RPM
yum install edb-as<xx>-server-client
```

On CentOS 8:
On Rocky Linux 8 or AlmaLinux 8:

```text
dnf install edb-as<xx>-server-client
Expand All @@ -93,7 +93,7 @@ The following section demonstrates installing BART on a CentOS host using an RPM
yum -y install edb-bart
```

On CentOS 8:
On Rocky Linux 8 or AlmaLinux 8:

```text
dnf -y install edb-bart
Expand Down
6 changes: 3 additions & 3 deletions product_docs/docs/bart/2.6/bart_inst/05_uninstalling_bart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ legacyRedirectsGenerated:

This section walks you through uninstalling BART.

## Uninstalling BART on a RHEL/CentOS Host
## Uninstalling BART on a RHEL/CentOS/Rocky Linux/AlmaLinux Host

To uninstall BART on a RHEL/CentOS host, assume the identity of the `root` user and invoke the following command:
To uninstall BART on a RHEL/CentOS/Rocky Linux/AlmaLinux host, assume the identity of the `root` user and invoke the following command:

On RHEL/CentOS 7:

```text
yum remove edb-bart
```

On RHEL/CentOS 8:
On RHEL/Rocky Linux/AlmaLinux 8:

```text
dnf remove edb-bart
Expand Down
8 changes: 4 additions & 4 deletions product_docs/docs/bart/2.6/bart_qs_8/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Quick Start Guide for RHEL/CentOS 8"
title: "Quick Start Guide for RHEL/Rocky Linux 8"
legacyRedirectsGenerated:
# This list is generated by a script. If you need add entries, use the `legacyRedirects` key.
- "/edb-docs/d/edb-backup-and-recovery-tool/quick-start/quick-start-guide-for-rhelcentos-8/2.6/index.html"
Expand All @@ -8,7 +8,7 @@ legacyRedirectsGenerated:
- "/edb-docs/d/edb-backup-and-recovery-tool/quick-start/quick-start-guide-for-rhelcentos-8/2.6.1/index.html"
---

This tutorial demonstrates using the `dnf` command to install and configure the EDB Backup and Recovery Tool (BART) 2.6 on a CentOS 8 host with minimal configuration settings.  The tutorial assumes that the user has some knowledge of installation and system administration procedures and has administrative privileges on the host.
This tutorial demonstrates using the `dnf` command to install and configure the EDB Backup and Recovery Tool (BART) 2.6 on a Rocky Linux 8 host with minimal configuration settings.  The tutorial assumes that the user has some knowledge of installation and system administration procedures and has administrative privileges on the host.

For detailed information about BART installation and configuration, see the *BART Installation and Upgrade Guide* available at the [EDB website](/bart/latest/bart_inst/).

Expand All @@ -19,7 +19,7 @@ For detailed information about BART installation and configuration, see the *BAR

**Installing BART**

The following steps describe installing BART on CentOS 8.x OS.
The following steps describe installing BART on Rocky Linux 8.x OS.

1. Assume superuser privileges and use `dnf` to create the repository configuration file:

Expand Down Expand Up @@ -70,7 +70,7 @@ The following steps describe installing BART on CentOS 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 CentOS 8.
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.

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
Loading

0 comments on commit 03fa5db

Please sign in to comment.