postgres/9
You can find the source of this version on GitHub at cloudfoundry/postgres-release. It was created based on the commit 9a021e26
.
Release Notes¶
Changes:
- Improve PostgreSQL version upgrade procedure to consume less disk space. Note that as an effect of this change the PostgreSQL data directory has been moved from /var/vcap/store/postgres-9.4.9
to /var/vcap/store/postgres/postgres-9.4.9
. details
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "postgres" version: "9" url: "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=9" sha1: "229b3e6710401ebf8133a074171fbc7519419d98"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 229b3e6710401ebf8133a074171fbc7519419d98 \ "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=9"