This commit is contained in:
10
README.md
10
README.md
@@ -1,6 +1,6 @@
|
||||
# dokku postgres [](https://github.com/dokku/dokku-postgres/actions/workflows/ci.yml?query=branch%3Amaster) [](https://webchat.libera.chat/?channels=dokku)
|
||||
|
||||
Official postgres plugin for dokku. Currently defaults to installing [postgres 17.0](https://hub.docker.com/_/postgres/).
|
||||
Official postgres plugin for dokku. Currently defaults to installing [postgres 17.1](https://hub.docker.com/_/postgres/).
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -103,9 +103,17 @@ dokku postgres:create lollipop
|
||||
Official Postgres "$DOCKER_BIN" image ls does not include postgis extension (amongst others). The following example creates a new postgres service using `postgis/postgis:13-3.1` image, which includes the `postgis` extension.
|
||||
|
||||
```shell
|
||||
# use the appropriate image-version for your use-case
|
||||
dokku postgres:create postgis-database --image "postgis/postgis" --image-version "13-3.1"
|
||||
```
|
||||
|
||||
To use pgvector instead, run the following:
|
||||
|
||||
```shell
|
||||
# use the appropriate image-version for your use-case
|
||||
dokku postgres:create pgvector-database --image "pgvector/pgvector" --image-version "pg17"
|
||||
```
|
||||
|
||||
### print the service information
|
||||
|
||||
```shell
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[plugin]
|
||||
description = "dokku postgres service plugin"
|
||||
version = "1.39.0"
|
||||
version = "1.40.0"
|
||||
[plugin.config]
|
||||
|
||||
Reference in New Issue
Block a user