Skip to content

Commit

Permalink
Merge pull request #4875 from EnterpriseDB/docs/failover/fix/installing
Browse files Browse the repository at this point in the history
Fix installing.mdx
  • Loading branch information
nidhibhammar authored Oct 4, 2023
2 parents c5e4a6a + b864e8d commit 0f24245
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions advocacy_docs/pg_extensions/pg_failover_slots/installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ Before you begin the installation process:

## Install the package

The syntax for the RPM package install command is:
The syntax for the package install command is:

```shell
sudo <package-manager> -y install pg-<postgres><postgres_version>-pg-failover-slots<major_version>
sudo <package-manager> -y install edb-<postgres><postgres_version>-pg-failover-slots<major_version>
```

The syntax for the Debian package install command is:

```shell
sudo <package-manager> -y install pg-<postgres><postgres_version>-pg-failover-slots-<major_version>
sudo <package-manager> -y install edb-<postgres><postgres_version>-pg-failover-slots-<major_version>
```

Where:
Expand Down Expand Up @@ -65,12 +65,12 @@ Where:
For example, to install PG Failover Slots 1.0.0 for EDB Postgres Advanced Server 15 on a RHEL 8 platform:

```shell
sudo dnf -y install pg-as15-pg-failover-slots1
sudo dnf -y install edb-as15-pg-failover-slots1
```

To install PG Failover Slots 1.0.0 for EDB Postgres Advanced Server 15 on a Debian 11 platform:

```shell
sudo apt-get -y install pg-as15-pg-failover-slots-1
sudo apt-get -y install edb-as15-pg-failover-slots-1
```

1 comment on commit 0f24245

@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.