| .github/workflows | ||
| api/v1 | ||
| cmd/manager | ||
| config | ||
| containers | ||
| dagger | ||
| hack | ||
| internal | ||
| kubernetes | ||
| logo | ||
| scripts | ||
| test/e2e | ||
| web | ||
| .dockerignore | ||
| .gitignore | ||
| .golangci.yml | ||
| .release-please-manifest.json | ||
| .spellcheck.yaml | ||
| .wordlist.txt | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| CODEOWNERS | ||
| commitlint.config.js | ||
| CONTRIBUTING.md | ||
| go.mod | ||
| go.sum | ||
| GOVERNANCE.md | ||
| LICENSE | ||
| Makefile | ||
| manifest.yaml | ||
| PROJECT | ||
| README.md | ||
| release-please-config.json | ||
| RELEASE-PROCEDURE.md | ||
| renovate.json5 | ||
| Taskfile.yml | ||
Barman Cloud CNPG-I plugin for CloudNativePG
The Barman Cloud CNPG-I plugin extends CloudNativePG with backup and restore integration powered by the Barman Cloud ecosystem.
Table of Contents
- What this plugin does
- Highlights
- Quick Start
- Repository Layout
- Documentation
- Community
- Sponsors and trademarks
What this plugin does
This repository contains the operator, instance, restore, and healthcheck commands that support Barman Cloud backup workflows for CloudNativePG. It also includes Kubernetes manifests, example configurations, end-to-end tests, and the documentation site.
Highlights
- Backup and restore integration for CloudNativePG environments
- Operator and instance command implementations under
cmd/andinternal/ - Example manifests under
hack/examples/ - Installable Kubernetes manifests generated from
config/ - Project documentation site under
web/
Quick Start
Read the full docs
Start with the official documentation:
Explore example manifests
This repository ships example YAML files such as:
hack/examples/backup-example.yamlhack/examples/cluster-example.yamlhack/examples/cluster-restore.yamlhack/examples/minio-store.yaml
Run the main local workflows
make build
make test
make build-installer
Repository Layout
cmd/: entrypoints for manager commandsinternal/: plugin internals, controllers, command implementations, and shared logicconfig/: CRDs, RBAC, default deployment, samples, and install manifestshack/examples/: example backup, restore, and object store manifeststest/: end-to-end coverageweb/: Docusaurus documentation site
Documentation
- Product docs: https://cloudnative-pg.io/plugin-barman-cloud
- Governance: GOVERNANCE.md
- Website source: web/
Community
The Barman Cloud CNPG-I plugin is part of the CloudNativePG project and follows the same community-driven governance model under the CNCF.
Sponsors and trademarks
CloudNativePG was originally built and sponsored by EDB.
Postgres, PostgreSQL, and the Slonik Logo are trademarks or registered trademarks of the PostgreSQL Community Association of Canada, and used with their permission.
