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/docker.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,30 +147,29 @@ The `postgres-gis` image includes everything in the standard Percona Distributio
147
147
|---|---|
148
148
| `percona-postgis` | Spatial and geographic objects for PostgreSQL |
149
149
150
-
Start a `postgres-gis` container as follows: to be tested - placeholders
150
+
Start a `postgres-gis` container as follows:
151
151
152
152
```{.bash data-prompt="$"}
153
-
docker run --name container-name -e POSTGRES_PASSWORD=secret -d percona/percona-distribution-postgresql:<!-- to be added: confirm postgres-gis image tag, e.g. ppg17.x-postgres-gis-x.x.x -->
153
+
docker run --name container-name -e POSTGRES_PASSWORD=secret -d percona/percona-distribution-postgresql-with-postgis:{{pgsubversion}}
154
154
```
155
155
156
156
Where:
157
157
158
158
* `container-name` is the name you assign to your container
159
159
* `POSTGRES_PASSWORD` is the superuser password
160
-
* The image tag identifies the PostGIS-enabled variant. See the [full list of tags :octicons-link-external-16:](https://hub.docker.com/r/percona/percona-distribution-postgresql/tags/) and filter for `gis`.
161
160
162
161
For more information on deploying and using PostGIS, see [Spatial data handling](../solutions/postgis.md).
163
162
164
163
## Run the PgBouncer image
165
164
166
165
[PgBouncer :octicons-link-external-16:](https://www.pgbouncer.org/) is a lightweight connection pooler for PostgreSQL. The Percona PgBouncer image is available separately from the PostgreSQL image and is intended for use alongside it.
167
166
168
-
Start a PgBouncer container as follows: to be tested - placeholders
-d percona/percona-pgbouncer:<!-- TBD: confirm pgbouncer image tag, e.g. 1.25.0-1 -->
172
+
-d percona/percona-pgbouncer:{{pgbouncerversion}}
174
173
```
175
174
176
175
Where:
@@ -184,12 +183,12 @@ For more information on configuring PgBouncer, see the [PgBouncer documentation
184
183
185
184
[pgBackRest :octicons-link-external-16:](https://pgbackrest.org/) is a backup and restore solution for PostgreSQL, supporting full, differential, and incremental backups as well as point-in-time recovery. The Percona pgBackRest image is available separately from the PostgreSQL image.
186
185
187
-
Start a pgBackRest container as follows: to be tested - placeholders
0 commit comments