Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions docs/apt.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,9 @@ Run all the commands in the following sections as root or using the `sudo` comma
$ sudo percona-release setup ppg-{{pgversion}}
```

### Install packages
### Install packages individually

=== "Install using meta-package (deprecated)"

The [meta package](repo-overview.md#percona-ppg-server){:target=”_blank”} enables you to install several components of the distribution in one go.

```{.bash data-prompt="$"}
$ sudo apt install percona-ppg-server-{{pgversion}}
```

=== "Install packages individually"

Run the following commands:
To install packages individually, run the following commands:
{.power-number}

1. Install the PostgreSQL server package:
Expand Down
48 changes: 0 additions & 48 deletions docs/repo-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,51 +5,3 @@ Percona provides two repositories for Percona Distribution for PostgreSQL.
| Major release repository | Minor release repository |
| ------------------------ | ------------------------ |
| *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.|

## Repository contents

Percona Distribution for PostgreSQL provides individual packages for its components. It also includes two meta-packages: `percona-ppg-server` and `percona-ppg-server-ha`.

Using a meta-package, you can install all components it contains in one go.

### `percona-ppg-server`

=== "Package name on Debian/Ubuntu"

`percona-ppg-server-{{pgversion}}`

=== "Package name on RHEL/derivatives"

`percona-ppg-server{{pgversion}}`

The `percona-ppg-server` meta-package installs the PostgreSQL server with the following packages:

| Package contents | Description |
| ---------------- | --------------------------------------- |
| `percona-postgresql{{pgversion}}-server` | The PostgreSQL server package. |
| `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.|
| `percona-postgresql{{pgversion}}-contrib` | A collection of additional PostgreSQLcontrib extensions |
| `percona-pg-stat-monitor{{pgversion}}` | A Query Performance Monitoring tool for PostgreSQL. |
| `percona-pgaudit{{pgversion}}` | Provides detailed session or object audit logging via the standard PostgreSQL logging facility. |
| `percona-pg_repack{{pgversion}}`| rebuilds PostgreSQL database objects.|
| `percona-wal2json{{pgversion}}` | a PostgreSQL logical decoding JSON output plugin.|


### `percona-ppg-server-ha`

=== "Package name on Debian/Ubuntu"

`percona-ppg-server-ha-{{pgversion}}`

=== "Package name on RHEL/derivatives"

`percona-ppg-server-{{pgversion}}`

The `percona-ppg-server-ha` meta-package installs high-availability components that are recommended by Percona:

| Package contents | Description |
| ---------------- | --------------------------------------- |
| `percona-patroni`| A high-availability solution for PostgreSQL. |
| `percona-haproxy`| A high-availability and load-balancing solution |
| `etcd` | A consistent, distributed key-value store |
| `python3-python-etcd` | A Python client for etcd |
14 changes: 2 additions & 12 deletions docs/yum.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,19 +382,9 @@ $ sudo yum -y install curl
$ sudo percona-release setup ppg{{pgversion}}
```

### Install packages
### Install packages individually

=== "Install using meta-package"

The [meta package](repo-overview.md#percona-ppg-server){:target=”_blank”} enables you to install several components of the distribution in one go.

```{.bash data-prompt="$"}
$ sudo yum install percona-ppg-server{{pgversion}}
```

=== "Install packages individually"

Run the following commands:
To install the packages individually, run the following commands:
{.power-number}

1. Install the PostgreSQL server package:
Expand Down