postgresql-docker/4
You can find the source of this version on GitHub at cloudfoundry-community/postgresql-docker-boshrelease. It was created based on the commit a53c9333
.
Release Notes¶
PG 9.5 beta1
This release includes a new Docker image containing PostgreSQL 9.5 beta1. Learn more about PG 9.5 at the wiki.
Concourse CI
This project is now built and published via Stark & Wayne CI pipeline https://ci.starkandwayne.com/pipelines/postgresql-docker-boshrelease
Backup/restore scripts
WIP
All three Docker images (9.3, 9.4 and 9.5) include backup/restore scripts. See the images/README.md for example usage scenarios.
This is not a fully-functional backup/restore implementation. Rather it is some initial experiments.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "postgresql-docker" version: "4" url: "https://bosh.io/d/github.com/cloudfoundry-community/postgresql-docker-boshrelease?v=4" sha1: "8e0a92eb179a97d846186a547723f305a9c0034c"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 8e0a92eb179a97d846186a547723f305a9c0034c \ "https://bosh.io/d/github.com/cloudfoundry-community/postgresql-docker-boshrelease?v=4"