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
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.
Copy file name to clipboardExpand all lines: docs/repo-overview.md
+1-25Lines changed: 1 addition & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,7 @@ Percona provides two repositories for Percona Distribution for PostgreSQL.
8
8
9
9
## Repository contents
10
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.
11
+
Percona Distribution for PostgreSQL provides individual packages for its components. These are:
14
12
15
13
### `percona-ppg-server`
16
14
@@ -22,19 +20,6 @@ Using a meta-package, you can install all components it contains in one go.
22
20
23
21
`percona-ppg-server{{pgversion}}`
24
22
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. |
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).
482
+
Some extensions require additional setup in order to use them with Percona Distribution for PostgreSQL. For more information, refer to [Enable Percona Distribution for PostgreSQL components](enable-extensions.md).
0 commit comments