https://github.com/shieldproject/shield-addon-postgres-boshrelease
A SHIELD add-on for interacting with PostgreSQL data systems
https://github.com/shieldproject/shield-addon-postgres-boshrelease
Last synced: 5 months ago
JSON representation
A SHIELD add-on for interacting with PostgreSQL data systems
- Host: GitHub
- URL: https://github.com/shieldproject/shield-addon-postgres-boshrelease
- Owner: shieldproject
- License: mit
- Created: 2017-11-16T15:45:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T04:07:34.000Z (over 1 year ago)
- Last Synced: 2024-12-10T05:18:10.402Z (over 1 year ago)
- Language: Shell
- Size: 54.7 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SHIELD PostgreSQL Add-on
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.
## Versions
The following versions are currently available:
- **16.6** via `shield-addon-postgres-16`
- **15.10** via `shield-addon-postgres-16`
- **13.18** via `shield-addon-postgres-16`
- **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][bug]
asking that we package it up. If possible, supply both the full
version, and a link to the canonical (postgresql.org) download
page.
## Using this BOSH Release
**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][1], 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:
```yaml
instance_groups:
- name: whatever
jobs:
# ...
- name: shield-addon-postgres-9.6
release: shield-addon-postgres
```
That's really all there is to it.
[bug]: https://github.com/shieldproject/shield-addon-postgres-boshrelease/issues
[1]: https://github.com/starkandwayne/shield-boshrelease