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
PG-1381 - Remove metapackage mentions from PPG 17 (#825)
* remove metapackage tab and information and reorder individual packages on page
* remove metapackage and meta-package mentions
- from docker, repo overview and yum install chapters
* remove Repository contents, since there is no more meta-packaging
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).
141
+
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).
Copy file name to clipboardExpand all lines: docs/docker.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ Docker images of Percona Distribution for PostgreSQL are hosted publicly on [Doc
5
5
For more information about using Docker, see the [Docker Docs :octicons-link-external-16:](https://docs.docker.com/).
6
6
7
7
!!! note
8
-
9
8
Make sure that you are using [the latest version of Docker :octicons-link-external-16:](https://docs.docker.com/get-docker/). The ones provided via `apt` and `yum` may be outdated and cause errors.
10
9
11
10
By default, Docker pulls the image from Docker Hub if it is not available locally.
@@ -16,8 +15,7 @@ For more information about using Docker, see the [Docker Docs :octicons-link-ext
| `percona-postgresql{{pgversion}}`| A metapackage that installs the latest version of PostgreSQL|
20
-
| `percona-postgresql{{pgversion}}-server` | The PostgreSQL server package. |
18
+
| `percona-postgresql{{pgversion}}-server` | The PostgreSQL server package. |
21
19
| `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.|
22
20
| `percona-postgresql-client-common`| The manager for multiple PostgreSQL client versions.|
23
21
| `percona-postgresql{{pgversion}}-contrib` | A collection of additional PostgreSQLcontrib extensions |
@@ -44,8 +42,7 @@ For more information about using Docker, see the [Docker Docs :octicons-link-ext
44
42
*`{{dockertag}}` is the tag specifying the version you need. Docker identifies the architecture (x86_64 or ARM64) and pulls the respective image. See the [full list of tags :octicons-link-external-16:](https://hub.docker.com/r/percona/percona-distribution-postgresql/tags/).
45
43
46
44
!!! tip
47
-
48
-
You can secure the password by exporting it to the environment file and using that to start the container.
45
+
You can secure the password by exporting it to the environment file and using that to start the container.
| *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