Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d602498d4f | ||
|
|
15fa64e838 | ||
|
|
cd7e66c454 | ||
|
|
91b0a4ad00 | ||
|
|
e1f721f39b | ||
|
|
2f816534da |
@@ -1 +1 @@
|
|||||||
FROM postgres:17.2
|
FROM postgres:17.3
|
||||||
|
|||||||
@@ -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)
|
# 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.2](https://hub.docker.com/_/postgres/).
|
Official postgres plugin for dokku. Currently defaults to installing [postgres 17.3](https://hub.docker.com/_/postgres/).
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ Official postgres plugin for dokku. Currently defaults to installing [postgres 1
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# on 0.19.x+
|
# on 0.19.x+
|
||||||
sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres
|
sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git --name postgres
|
||||||
```
|
```
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ def installation_section(service, dokku_version):
|
|||||||
"",
|
"",
|
||||||
"```shell",
|
"```shell",
|
||||||
f"# on {dokku_version}",
|
f"# on {dokku_version}",
|
||||||
f"sudo dokku plugin:install https://github.com/dokku/dokku-{service}.git {service}",
|
f"sudo dokku plugin:install https://github.com/dokku/dokku-{service}.git --name {service}",
|
||||||
"```",
|
"```",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[plugin]
|
[plugin]
|
||||||
description = "dokku postgres service plugin"
|
description = "dokku postgres service plugin"
|
||||||
version = "1.41.0"
|
version = "1.42.1"
|
||||||
[plugin.config]
|
[plugin.config]
|
||||||
|
|||||||
Reference in New Issue
Block a user