https://github.com/informaticsmatters/bandr
(PostgreSQL) Backup and recovery container images (OpenShift)
https://github.com/informaticsmatters/bandr
Last synced: 5 months ago
JSON representation
(PostgreSQL) Backup and recovery container images (OpenShift)
- Host: GitHub
- URL: https://github.com/informaticsmatters/bandr
- Owner: InformaticsMatters
- Created: 2018-07-12T21:18:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T13:53:52.000Z (over 1 year ago)
- Last Synced: 2025-01-25T18:43:18.792Z (over 1 year ago)
- Language: Python
- Size: 169 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backup and Recovery container images





[](https://www.codefactor.io/repository/github/informaticsmatters/bandr)
This project contains a backup container image definition that can be
used as a Kubernetes `CronJob` (or one-time `Job`) to backup a PostgreSQL
database using configurable hourly, daily, weekly and monthly strategies.
There is also a recovery image that can be used as a Kubernetes
`Job` in order to list and/or recover the latest backup or a specific
backup.
Images are built and published automatically using GitHub Actions.
> The image is built with PostgreSQL 12.
> For a detailed description of each utility refer to `backup.py` or
`recovery.py`, where the operation and supported environment variables
are explained.
Automated playbooks that use these images in Kubernetes deeployments
can be found in our [bandr-ansible] repository.
---
[bandr-ansible]: https://github.com/InformaticsMatters/bandr-ansible