Skip to content

Commit b270065

Browse files
authored
PG - 2199 - Remove metapackage mentions (18) (#924)
PSP 18 has metapackage mentions in both apt and yum installation paths. This PR removes these as well as a mention in repo overview. Furthermore, the docker image contents displays the metapackage as being available.
1 parent 4794dbb commit b270065

3 files changed

Lines changed: 4 additions & 72 deletions

File tree

docs/apt.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,9 @@ Run all the commands in the following sections as root or using the `sudo` comma
4646
$ sudo percona-release setup ppg-{{pgversion}}
4747
```
4848

49-
### Install packages
49+
### Install packages individually
5050

51-
=== "Install using meta-package (deprecated)"
52-
53-
The [meta package](repo-overview.md#percona-ppg-server){:target=”_blank”} enables you to install several components of the distribution in one go.
54-
55-
```{.bash data-prompt="$"}
56-
$ sudo apt install percona-ppg-server-{{pgversion}}
57-
```
58-
59-
=== "Install packages individually"
60-
61-
Run the following commands:
51+
To install packages individually, run the following commands:
6252
{.power-number}
6353

6454
1. Install the PostgreSQL server package:

docs/repo-overview.md

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -5,51 +5,3 @@ Percona provides two repositories for Percona Distribution for PostgreSQL.
55
| Major release repository | Minor release repository |
66
| ------------------------ | ------------------------ |
77
| *Major Release repository* (`ppg-{{pgversion}}`) it includes the latest version packages. Whenever a package is updated, the package manager of your operating system detects that and prompts you to update. As long as you update all Distribution packages at the same time, you can ensure that the packages you’re using have been tested and verified by Percona. <br><br> We recommend installing Percona Distribution for PostgreSQL from the *Major Release repository*| *Minor Release repository* includes a particular minor release of the database and all of the packages that were tested and verified to work with that minor release (e.g. `ppg-{{dockertag}}`). You may choose to install Percona Distribution for PostgreSQL from the Minor Release repository if you have decided to standardize on a particular release which has passed rigorous testing procedures and which has been verified to work with your applications. This allows you to deploy to a new host and ensure that you’ll be using the same version of all the Distribution packages, even if newer releases exist in other repositories. <br> <br> The disadvantage of using a Minor Release repository is that you are locked in this particular release. When potentially critical fixes are released in a later minor version of the database, you will not be prompted for an upgrade by the package manager of your operating system. You would need to change the configured repository in order to install the upgrade.|
8-
9-
## Repository contents
10-
11-
Percona Distribution for PostgreSQL provides individual packages for its components. It also includes two meta-packages: `percona-ppg-server` and `percona-ppg-server-ha`.
12-
13-
Using a meta-package, you can install all components it contains in one go.
14-
15-
### `percona-ppg-server`
16-
17-
=== "Package name on Debian/Ubuntu"
18-
19-
`percona-ppg-server-{{pgversion}}`
20-
21-
=== "Package name on RHEL/derivatives"
22-
23-
`percona-ppg-server{{pgversion}}`
24-
25-
The `percona-ppg-server` meta-package installs the PostgreSQL server with the following packages:
26-
27-
| Package contents | Description |
28-
| ---------------- | --------------------------------------- |
29-
| `percona-postgresql{{pgversion}}-server` | The PostgreSQL server package. |
30-
| `percona-postgresql-common` | PostgreSQL database-cluster manager. It provides a structure under which multiple versions of PostgreSQL may be installed and/or multiple clusters maintained at one time.|
31-
| `percona-postgresql{{pgversion}}-contrib` | A collection of additional PostgreSQLcontrib extensions |
32-
| `percona-pg-stat-monitor{{pgversion}}` | A Query Performance Monitoring tool for PostgreSQL. |
33-
| `percona-pgaudit{{pgversion}}` | Provides detailed session or object audit logging via the standard PostgreSQL logging facility. |
34-
| `percona-pg_repack{{pgversion}}`| rebuilds PostgreSQL database objects.|
35-
| `percona-wal2json{{pgversion}}` | a PostgreSQL logical decoding JSON output plugin.|
36-
37-
38-
### `percona-ppg-server-ha`
39-
40-
=== "Package name on Debian/Ubuntu"
41-
42-
`percona-ppg-server-ha-{{pgversion}}`
43-
44-
=== "Package name on RHEL/derivatives"
45-
46-
`percona-ppg-server-{{pgversion}}`
47-
48-
The `percona-ppg-server-ha` meta-package installs high-availability components that are recommended by Percona:
49-
50-
| Package contents | Description |
51-
| ---------------- | --------------------------------------- |
52-
| `percona-patroni`| A high-availability solution for PostgreSQL. |
53-
| `percona-haproxy`| A high-availability and load-balancing solution |
54-
| `etcd` | A consistent, distributed key-value store |
55-
| `python3-python-etcd` | A Python client for etcd |

docs/yum.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -382,19 +382,9 @@ $ sudo yum -y install curl
382382
$ sudo percona-release setup ppg{{pgversion}}
383383
```
384384

385-
### Install packages
385+
### Install packages individually
386386

387-
=== "Install using meta-package"
388-
389-
The [meta package](repo-overview.md#percona-ppg-server){:target=”_blank”} enables you to install several components of the distribution in one go.
390-
391-
```{.bash data-prompt="$"}
392-
$ sudo yum install percona-ppg-server{{pgversion}}
393-
```
394-
395-
=== "Install packages individually"
396-
397-
Run the following commands:
387+
To install the packages individually, run the following commands:
398388
{.power-number}
399389

400390
1. Install the PostgreSQL server package:

0 commit comments

Comments
 (0)