Skip to content

postgres/17

You can find the source of this version on GitHub at cloudfoundry/postgres-release. It was created based on the commit b21260ee.

Release Notes

PostgreSQL version upgrade

This release upgrades PostgreSQL to version 9.6.3. NOTE: this drops support for upgrading from PostgreSQL 9.4.6. Only upgrades from PostgreSQL 9.4.9 and 9.6.2 are supported.

For more information about the upgrade refer to the Upgrading section of the README.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "postgres"
  version: "17"
  url: "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=17"
  sha1: "b062e32a5409ccd4e4161337c48705c793a58412"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 b062e32a5409ccd4e4161337c48705c793a58412 \
  "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=17"

Jobs

Packages