mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 13:23:09 +01:00
Rework the documentation to be a static website instead of just the GitHub README.md. Use docusaurus to create the website, and the CI to publish to GitHub pages on commits to main. Block `release-please` releases unless the documentation for that version has been generated. Closes #244 Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com> Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> Co-authored-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
36 lines
1.0 KiB
Markdown
36 lines
1.0 KiB
Markdown
---
|
||
sidebar_position: 2
|
||
---
|
||
|
||
# Features
|
||
|
||
This plugin enables continuous backup to object storage for a PostgreSQL
|
||
cluster using the [barman-cloud](https://pgbarman.org/) tool suite.
|
||
|
||
The features provided by this plugin are:
|
||
|
||
- Data Directory Backup
|
||
- Data Directory Restore
|
||
- WAL Archiving
|
||
- WAL Restoring
|
||
- Point-in-Time Recovery (PITR)
|
||
- Replica Clusters
|
||
|
||
This plugin is compatible with all object storage services supported by
|
||
barman-cloud, including:
|
||
|
||
- Amazon AWS S3
|
||
- Google Cloud Storage
|
||
- Microsoft Azure Blob Storage
|
||
|
||
The following storage solutions have been tested and confirmed to work with
|
||
this implementation:
|
||
|
||
- [MinIO](https://min.io/) – An S3-compatible object storage solution.
|
||
- [Azurite](https://github.com/Azure/Azurite) – A simulator for Microsoft Azure Blob Storage.
|
||
- [fake-gcs-server](https://github.com/fsouza/fake-gcs-server) – A simulator for Google Cloud Storage.
|
||
|
||
Backups created with in-tree object store support can be restored using this
|
||
plugin, ensuring compatibility and reliability across environments.
|
||
|