Skip to content

Commit

Permalink
DISTPG-633 Updated install instructions with renamed packages (#482)
Browse files Browse the repository at this point in the history
modified:   docs/apt.md
	modified:   docs/solutions/postgis-deploy.md
	modified:   docs/yum.md
  • Loading branch information
nastena1606 authored Dec 12, 2023
1 parent fcbcae2 commit b0e3793
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/apt.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Run all the commands in the following sections as root or using the `sudo` comma
To enable a repository, we recommend using the `setup` command:

```{.bash data-prompt="$"}
$ sudo percona-release setup ppg-{{pgversion}}
$ sudo percona-release setup ppg{{pgversion}}
```

### Install packages
Expand Down
2 changes: 1 addition & 1 deletion docs/solutions/postgis-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The following document provides guidelines how to install PostGIS and how to run
As other components of Percona Distribution for PostgreSQL, PostGIS is available from Percona repositories. Use the [`percona-release`](https://docs.percona.com/percona-software-repositories/installing.html) repository management tool to enable the repository.

```{.bash data-prompt="$"}
$ sudo percona-release setup ppg12
$ sudo percona-release setup ppg{{pgversion}}
```

2. Install PostGIS packages
Expand Down
3 changes: 2 additions & 1 deletion docs/yum.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ The following are commands for Red Hat Enterprise Linux 9 and derivatives. For R
$ sudo dnf config-manager --set-enabled ol9_codeready_builder
```


### For PostGIS

The following commands provide instructions how to enable required repositories and modules on Red Hat Enterprise Linux 9 and derivatives.
Expand Down Expand Up @@ -321,7 +322,7 @@ $ sudo yum -y install curl
$ sudo yum install percona-pgpool-II-pg{{pgversion}}
```

Some extensions require additional setup in order to use them with Percona Distribution for PostgreSQL. For more information, refer to [Enabling extensions](enable-extensions.md).
Some extensions require additional setup in order to use them with Percona Distribution for PostgreSQL. For more information, refer to [Enabling extensions](enable-extensions.md).

### Start the service

Expand Down

0 comments on commit b0e3793

Please sign in to comment.