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 ssh
ing 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: sha256:
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1=sha256: \ "https://bosh.io/d/github.com/cloudfoundry-community/postgresbackup-boshrelease?v=1"