upgrade postgres to 9.5.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# dokku postgres (beta) [](https://travis-ci.org/dokku/dokku-postgres) [](https://webchat.freenode.net/?channels=dokku)
|
||||
|
||||
Official postgres plugin for dokku. Currently defaults to installing [postgres 9.5.0](https://hub.docker.com/_/postgres/).
|
||||
Official postgres plugin for dokku. Currently defaults to installing [postgres 9.5.2](https://hub.docker.com/_/postgres/).
|
||||
|
||||
## requirements
|
||||
|
||||
@@ -52,7 +52,7 @@ dokku postgres:create lolipop
|
||||
# it *must* be compatible with the
|
||||
# official postgres image
|
||||
export POSTGRES_IMAGE="postgres"
|
||||
export POSTGRES_IMAGE_VERSION="9.5.0"
|
||||
export POSTGRES_IMAGE_VERSION="9.5.2"
|
||||
|
||||
# you can also specify custom environment
|
||||
# variables to start the postgres service
|
||||
@@ -162,7 +162,7 @@ OR
|
||||
At the moment a database can’t be upgraded (or downgraded) inplace. Instead a clone has to be made, like this:
|
||||
|
||||
```shell
|
||||
# Our original DB using default PG 9.5.0
|
||||
# Our original DB using default PG 9.5.2
|
||||
$ dokku postgres:create db9.4
|
||||
|
||||
# Migrate it like this for example
|
||||
|
||||
Reference in New Issue
Block a user