This BOSH release provides add-on tools for augmenting SHIELD Agents with various versions of the PostgreSQL command-line utilities for backup and restore: psql, pg_dump, and pg_dumpall.
The following versions are currently available:
- 18.3 via
shield-addon-postgres-18 - 17.9 via
shield-addon-postgres-17 - 16.13 via
shield-addon-postgres-16 - 15.17 via
shield-addon-postgres-15 - 14.22 via
shield-addon-postgres-14 - 13.23 via
shield-addon-postgres-13 - 11.22 via
shield-addon-postgres-11 - 10.23 via
shield-addon-postgres-10 - 9.6.24 via
shield-addon-postgres-9.6
Need a version we don't (yet) support? Open a Github Issue asking that we package it up. If possible, supply both the full version, and a link to the canonical (postgresql.org) download page.
Note: This BOSH release is not intended to stand on its own.
It exists to augment the shield-agent job of the SHIELD BOSH
Release, and only in cases where the psql / pg_dump* utilities
are missing.
To colocate this BOSH release with your shield-agent instance group, just add a new job to the group:
instance_groups:
- name: whatever
jobs:
# ...
- name: shield-addon-postgres-9.6
release: shield-addon-postgresThat's really all there is to it.