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 and Azure Blob
storage and have been tested with :
- minIO
- Scaleway Object Storage
- Azure Blob Storage (without Workload Identity)
Dependencies
To use this plugin, these dependencies should be installed on the target Kubernetes cluster :
- CloudNativePG (1.27 or newer)
- Cert-Manager