An open API service indexing awesome lists of open source software.

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

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