You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
| *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:
|`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. |
0 commit comments