postgres/10
You can find the source of this version on GitHub at cloudfoundry/postgres-release. It was created based on the commit c9dcc4d5
.
Release Notes¶
Changes:
- The postgres monit start timeout has been reduced. You can now use the optional property databases.monit_timeout
to customize it. If not specified, the monit global timeout applies. You may need to specify a higher value if you have a large database and the postgres-release deployment includes a PostgreSQL upgrade.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "postgres" version: "10" url: "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=10" sha1: "9753e00d4e5d5d2d33788643b9f43e5e64200aa8"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 9753e00d4e5d5d2d33788643b9f43e5e64200aa8 \ "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=10"