postgres/20
You can find the source of this version on GitHub at cloudfoundry/postgres-release. It was created based on the commit 4030a2ef
.
Release Notes¶
This release upgrades PostgreSQL to version 9.6.4.
NOTES:
- this drops support for upgrading from PostgreSQL 9.4.9. Only upgrades from PostgreSQL 9.6.2 and 9.6.3 are supported.
For more information about the upgrade refer to the Upgrading section of the README.
- this deprecates
databases.databases[n].run_on_every_startup
which will be removed in a future release.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "postgres" version: "20" url: "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=20" sha1: "3f378bcab294e20316171d4e656636df88763664"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 3f378bcab294e20316171d4e656636df88763664 \ "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=20"