Skip to content

Commit

Permalink
Merge pull request #4770 from EnterpriseDB/docs/templates/edits-to-ep…
Browse files Browse the repository at this point in the history
…as-redhat

Implement copy edits to templates
  • Loading branch information
drothery-edb authored Sep 13, 2023
2 parents 1c81efc + 419cb4c commit d1c31b0
Show file tree
Hide file tree
Showing 516 changed files with 2,034 additions and 2,034 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ navigation:
- postgresql_sles_12
---

For operating system-specific install instructions, including accessing the repo, see:
Operating system-specific install instructions are described in the corresponding documentation:

### Red Hat Enterprise Linux (RHEL)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on RHEL 8 ppc64le

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand All @@ -31,19 +31,19 @@ Before you begin the installation process:

1. Follow the instructions for setting up the EDB repository.

- Install the EPEL repository
- Install the EPEL repository:
```shell
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
```
- Refresh the cache
- Refresh the cache:
```shell
sudo dnf makecache
```
- Enable additional repositories to resolve dependencies
- Enable additional repositories to resolve dependencies:
```shell
ARCH=$( /bin/arch ) subscription-manager repos --enable "codeready-builder-for-rhel-8-${ARCH}-rpms"
```
- Disable the built-in PostgreSQL module
- Disable the built-in PostgreSQL module:
```shell
dnf -qy module disable postgresql
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on RHEL 9 ppc64le

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand All @@ -31,19 +31,19 @@ Before you begin the installation process:

1. Follow the instructions for setting up the EDB repository.

- Install the EPEL repository
- Install the EPEL repository:
```shell
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
```
- Refresh the cache
- Refresh the cache:
```shell
sudo dnf makecache
```
- Enable additional repositories to resolve dependencies
- Enable additional repositories to resolve dependencies:
```shell
ARCH=$( /bin/arch ) subscription-manager repos --enable "codeready-builder-for-rhel-9-${ARCH}-rpms"
```
- Disable the built-in PostgreSQL module
- Disable the built-in PostgreSQL module:
```shell
dnf -qy module disable postgresql
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on SLES 12 ppc64le

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand All @@ -31,13 +31,13 @@ Before you begin the installation process:

1. Follow the instructions for setting up the EDB repository.

- Activate the required SUSE module
- Activate the required SUSE module:
```shell
sudo SUSEConnect -p PackageHub/12.5/ppc64le
sudo SUSEConnect -p sle-sdk/12.5/ppc64le

```
- Refresh the metadata
- Refresh the metadata:
```shell
sudo zypper refresh
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on SLES 15 ppc64le

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand All @@ -31,14 +31,14 @@ Before you begin the installation process:

1. Follow the instructions for setting up the EDB repository.

- Activate the required SUSE module
- Activate the required SUSE module:

```shell
sudo SUSEConnect -p PackageHub/15.4/ppc64le

```

- Refresh the metadata
- Refresh the metadata:
```shell
sudo zypper refresh
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ navigation:
- postgresql_debian_10
---

For operating system-specific install instructions, including accessing the repo, see:
Operating system-specific install instructions are described in the corresponding documentation:

### Red Hat Enterprise Linux (RHEL) and derivatives

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on CentOS 7 x86_64

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand All @@ -31,7 +31,7 @@ Before you begin the installation process:

1. Follow the instructions for setting up the EDB repository.

- Install the EPEL repository
- Install the EPEL repository:
```shell
sudo yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on Debian 10 x86_64

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on Debian 11 x86_64

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on AlmaLinux 8 or Rocky Linux 8 x86_64

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand All @@ -31,23 +31,23 @@ Before you begin the installation process:

1. Follow the instructions for setting up the EDB repository.

- Install the EPEL repository
- Install the EPEL repository:

```shell
sudo dnf -y install epel-release
```

- Enable additional repositories to resolve dependencies
- Enable additional repositories to resolve dependencies:

```shell
sudo dnf config-manager --set-enabled powertools
```

- Enable additional repositories to resolve dependencies
- Enable additional repositories to resolve dependencies:
```shell
dnf config-manager --set-enabled powertools
```
- Disable the built-in PostgreSQL module
- Disable the built-in PostgreSQL module:
```shell
dnf -qy module disable postgresql
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on AlmaLinux 9 or Rocky Linux 9 x86_64

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand All @@ -31,23 +31,23 @@ Before you begin the installation process:

1. Follow the instructions for setting up the EDB repository.

- Install the EPEL repository
- Install the EPEL repository:

```shell
sudo dnf -y install epel-release
```

- Enable additional repositories to resolve dependencies
- Enable additional repositories to resolve dependencies:

```shell
sudo dnf config-manager --set-enabled powertools
```

- Enable additional repositories to resolve dependencies
- Enable additional repositories to resolve dependencies:
```shell
dnf config-manager --set-enabled powertools
```
- Disable the built-in PostgreSQL module
- Disable the built-in PostgreSQL module:
```shell
dnf -qy module disable postgresql
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on RHEL 7 or OL 7 x86_64

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand All @@ -31,13 +31,13 @@ Before you begin the installation process:

1. Follow the instructions for setting up the EDB repository.

- Install the EPEL repository
- Install the EPEL repository:

```shell
sudo yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
```

- Enable additional repositories to resolve dependencies
- Enable additional repositories to resolve dependencies:
```shell
subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms" --enable "rhel-ha-for-rhel-*-server-rpms"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on RHEL 8 or OL 8 x86_64

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand All @@ -31,17 +31,17 @@ Before you begin the installation process:

1. Follow the instructions for setting up the EDB repository.

- Install the EPEL repository
- Install the EPEL repository:

```shell
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
```

- Enable additional repositories to resolve dependencies
- Enable additional repositories to resolve dependencies:
```shell
ARCH=$( /bin/arch ) subscription-manager repos --enable "codeready-builder-for-rhel-8-${ARCH}-rpms"
```
- Disable the built-in PostgreSQL module
- Disable the built-in PostgreSQL module:
```shell
dnf -qy module disable postgresql
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on RHEL 9 or OL 9 x86_64

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand All @@ -31,17 +31,17 @@ Before you begin the installation process:

1. Follow the instructions for setting up the EDB repository.

- Install the EPEL repository
- Install the EPEL repository:

```shell
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
```

- Enable additional repositories to resolve dependencies
- Enable additional repositories to resolve dependencies:
```shell
ARCH=$( /bin/arch ) subscription-manager repos --enable "codeready-builder-for-rhel-9-${ARCH}-rpms"
```
- Disable the built-in PostgreSQL module
- Disable the built-in PostgreSQL module:
```shell
dnf -qy module disable postgresql
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on SLES 12 x86_64

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand All @@ -31,13 +31,13 @@ Before you begin the installation process:

1. Follow the instructions for setting up the EDB repository.

- Activate the required SUSE module
- Activate the required SUSE module:
```shell
sudo SUSEConnect -p PackageHub/12.5/x86_64
sudo SUSEConnect -p sle-sdk/12.5/x86_64

```
- Refresh the metadata
- Refresh the metadata:
```shell
sudo zypper refresh
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on SLES 15 x86_64

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand All @@ -31,14 +31,14 @@ Before you begin the installation process:

1. Follow the instructions for setting up the EDB repository.

- Activate the required SUSE module
- Activate the required SUSE module:

```shell
sudo SUSEConnect -p PackageHub/15.4/x86_64

```

- Refresh the metadata
- Refresh the metadata:
```shell
sudo zypper refresh
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on Ubuntu 18.04 x86_64

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installing PostgreSQL on Ubuntu 20.04 x86_64

Before you begin the installation process:

- Set up the EDB repository
- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
Expand Down
Loading

1 comment on commit d1c31b0

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.