docs: review

Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
This commit is contained in:
Gabriele Bartolini 2024-12-10 12:08:27 +01:00
parent cf5ff5a3a9
commit faa616717c

View File

@ -1,8 +1,9 @@
[![CloudNativePG](./logo/cloudnativepg.png)](https://cloudnative-pg.io/) [![CloudNativePG](./logo/cloudnativepg.png)](https://cloudnative-pg.io/)
# Barman Cloud CNPG-i plugin # Barman Cloud CNPG-I plugin
Welcome to the codebase of the [barman-cloud](https://pgbarman.org/) CNPG-i plugin. Welcome to the codebase of the [barman-cloud](https://pgbarman.org/) CNPG-I
plugin for [CloudNativePG](https://cloudnative-pg.io/).
## Table of contents ## Table of contents
@ -17,33 +18,34 @@ Welcome to the codebase of the [barman-cloud](https://pgbarman.org/) CNPG-i plug
## Features ## Features
This plugin configures continuous backup to Object stores on a PostgreSQL This plugin enables continuous backup to object storage for a PostgreSQL
cluster, using the [barman-cloud](https://pgbarman.org/) tool suite. cluster using the [barman-cloud](https://pgbarman.org/) tool suite.
The features implemented by this plugin are: The features provided by this plugin are:
* Data directory backup - Data Directory Backup
* Data directory restore - Data Directory Restore
* WAL archiving - WAL Archiving
* WAL restoring - WAL Restoring
* Point-in-time recovery - Point-in-Time Recovery (PITR)
* Replica clusters - Replica Clusters
This plugin supports every object store supported by barman-cloud: This plugin is compatible with all object storage services supported by
barman-cloud, including:
* Amazon AWS S3 - Amazon AWS S3
* Google Cloud Storage - Google Cloud Storage
* Microsoft Azure Blob Storage - Microsoft Azure Blob Storage
The implementation is currently tested with the following storage backends: The following storage solutions have been tested and confirmed to work with
this implementation:
* [MinIO](https://min.io/) - compatible with AWS S3 - [MinIO](https://min.io/) An S3-compatible object storage solution.
* [Azurite](https://github.com/Azure/Azurite) - simulate most of the Azure Blob - [Azurite](https://github.com/Azure/Azurite) A simulator for Microsoft Azure Blob Storage.
Storage - [fake-gcs-server](https://github.com/fsouza/fake-gcs-server) A simulator for Google Cloud Storage.
* [fake-gcs-server](https://github.com/fsouza/fake-gcs-server) - simulate Google Cloud
Backups taken by the in-tree object store support can be restored with this Backups created with in-tree object store support can be restored using this
plugin. plugin, ensuring compatibility and reliability across environments.
## Prerequisites ## Prerequisites