postgres/11
You can find the source of this version on GitHub at cloudfoundry/postgres-release. It was created based on the commit bf43ccdf
.
Release Notes¶
No functional changes: - Fixed failure in pre-start if pid file is empty - Fixed failure in deploying on bosh-lite using generated manifest
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "postgres" version: "11" url: "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=11" sha1: "b9cbcbfa53c870441f55431ee4ef8f63f860b03a"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 b9cbcbfa53c870441f55431ee4ef8f63f860b03a \ "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=11"