Introduction
warning
This is an experimental CloudNativePG operator plugin to backup PostgreSQL instances with pgBackRest.
Features
- WALs archiving (using pgBackRest async feature)
- Taking and restoring backup
- Point-in-Time Recovery
- Creating secondary based on Log Shipping
This plugin is currently only compatible with s3 storage and have been
tested with :
Dependencies
To use this plugin, these dependencies should be installed on the target Kubernetes cluster :
- CloudNativePG (1.27 or newer)
- Cert-Manager