11[ ![ CloudNativePG] ( ./logo/cloudnativepg.png )] ( https://cloudnative-pg.io/ )
22
3- # Barman Cloud CNPG-i plugin
3+ # Barman Cloud CNPG-I plugin
44
5- Welcome to the codebase of the [ barman-cloud] ( https://pgbarman.org/ ) CNPG-i plugin.
5+ Welcome to the codebase of the [ barman-cloud] ( https://pgbarman.org/ ) CNPG-I
6+ plugin for [ CloudNativePG] ( https://cloudnative-pg.io/ ) .
67
78## Table of contents
89
@@ -17,33 +18,34 @@ Welcome to the codebase of the [barman-cloud](https://pgbarman.org/) CNPG-i plug
1718
1819## Features
1920
20- This plugin configures continuous backup to Object stores on a PostgreSQL
21- cluster, using the [ barman-cloud] ( https://pgbarman.org/ ) tool suite.
21+ This plugin enables continuous backup to object storage for a PostgreSQL
22+ cluster using the [ barman-cloud] ( https://pgbarman.org/ ) tool suite.
2223
23- The features implemented by this plugin are:
24+ The features provided by this plugin are:
2425
25- * Data directory backup
26- * Data directory restore
27- * WAL archiving
28- * WAL restoring
29- * Point-in-time recovery
30- * Replica clusters
26+ - Data Directory Backup
27+ - Data Directory Restore
28+ - WAL Archiving
29+ - WAL Restoring
30+ - Point-in-Time Recovery (PITR)
31+ - Replica Clusters
3132
32- This plugin supports every object store supported by barman-cloud:
33+ This plugin is compatible with all object storage services supported by
34+ barman-cloud, including:
3335
34- * Amazon AWS S3
35- * Google Cloud Storage
36- * Microsoft Azure Blob Storage
36+ - Amazon AWS S3
37+ - Google Cloud Storage
38+ - Microsoft Azure Blob Storage
3739
38- The implementation is currently tested with the following storage backends:
40+ The following storage solutions have been tested and confirmed to work with
41+ this implementation:
3942
40- * [ MinIO] ( https://min.io/ ) - compatible with AWS S3
41- * [ Azurite] ( https://github.com/Azure/Azurite ) - simulate most of the Azure Blob
42- Storage
43- * [ fake-gcs-server] ( https://github.com/fsouza/fake-gcs-server ) - simulate Google Cloud
43+ - [ MinIO] ( https://min.io/ ) – An S3-compatible object storage solution.
44+ - [ Azurite] ( https://github.com/Azure/Azurite ) – A simulator for Microsoft Azure Blob Storage.
45+ - [ fake-gcs-server] ( https://github.com/fsouza/fake-gcs-server ) – A simulator for Google Cloud Storage.
4446
45- Backups taken by the in-tree object store support can be restored with this
46- plugin.
47+ Backups created with in-tree object store support can be restored using this
48+ plugin, ensuring compatibility and reliability across environments .
4749
4850## Prerequisites
4951
0 commit comments