Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
451c9aea70 | ||
|
|
e82d66a56b | ||
|
|
d602498d4f | ||
|
|
15fa64e838 | ||
|
|
cd7e66c454 | ||
|
|
f7fc11192d | ||
|
|
91b0a4ad00 | ||
|
|
e1f721f39b | ||
|
|
2f816534da |
@@ -1 +1 @@
|
||||
FROM postgres:17.2
|
||||
FROM postgres:17.4
|
||||
|
||||
@@ -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.2](https://hub.docker.com/_/postgres/).
|
||||
Official postgres plugin for dokku. Currently defaults to installing [postgres 17.4](https://hub.docker.com/_/postgres/).
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -11,7 +11,7 @@ Official postgres plugin for dokku. Currently defaults to installing [postgres 1
|
||||
|
||||
```shell
|
||||
# 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
|
||||
|
||||
@@ -110,7 +110,7 @@ def installation_section(service, dokku_version):
|
||||
"",
|
||||
"```shell",
|
||||
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]
|
||||
description = "dokku postgres service plugin"
|
||||
version = "1.41.0"
|
||||
version = "1.43.0"
|
||||
[plugin.config]
|
||||
|
||||
Reference in New Issue
Block a user