cloudfoundry-community / postgres-boshrelease

A BOSH release for deploying PostgreSQL
MIT License
8 stars 10 forks source link

Upgrade to PostgreSQL 10.0 #16

Closed drnic closed 6 years ago

drnic commented 7 years ago

PostgreSQL v10.0 https://www.postgresql.org/about/news/1786/

NOTE: this is a starting place for a PR to move to PG v10.0.0; I created it so to allow others to dev/test this BOSH release but who might not have access to the bosh release's blobstore to upload the new blobs.

Please don't merge unless it works, readme has been updated, and probably you'll bump the major version of the release to v3+ in CI

To dev/test this branch:

git clone https://github.com/cloudfoundry-community/postgres-boshrelease -b pg10
cd postgres-boshrelease
export BOSH_ENVIRONMENT=<alias>
export BOSH_DEPLOYMENT=postgres
bosh create-release --force && bosh upload-release --rebase
bosh deploy manifests/postgres.yml -o manifests/operators/dev.yml -o <(./manifests/operators/pick-from-cloud-config.sh) --vars-store tmp/creds.yml