Skip to content

pgbackup/1

You can find the source of this version on GitHub at cloudfoundry-community/postgresbackup-boshrelease. It was created based on the commit 1f77c38f.

Release Notes

Add backups to your postgres database with this BOSH release! Simply colo the pgbackup job on your postgres server, point it to postgres + S3, and schedule the backups. The rest is magic.

Restores can be achieved by bosh sshing in, and running the pgrestore script, pointed at the s3 file to restore from.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "pgbackup"
  version: "1"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/postgresbackup-boshrelease?v=1"
  sha1: "a3f67adb408d57671eb1f9a4dc9998864b2b74de"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 a3f67adb408d57671eb1f9a4dc9998864b2b74de \
  "https://bosh.io/d/github.com/cloudfoundry-community/postgresbackup-boshrelease?v=1"

Jobs

Packages