postgres/18
You can find the source of this version on GitHub at cloudfoundry/postgres-release. It was created based on the commit bf75ac8e
.
Release Notes¶
Functional changes:
- PostgreSQL has native support for using SSL connections to encrypt client/server communications for increased security. You can optionally enable it by setting the databases.tls.certificate
and the databases.tls.private_key properties
. For more information refer to the Enabling SSL on the Postgresql server section of the README.
- You can perform authentication using SSL client certificates. For more information refer to the Enabling SSL certificate authentication section of the README.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "postgres" version: "18" url: "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=18" sha1: "ad62d5d7e4b7875316ecd5b972f26ee842c4b605"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 ad62d5d7e4b7875316ecd5b972f26ee842c4b605 \ "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=18"