File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,19 @@ PostgreSQL clusters in CloudNativePG, enabling continuous physical backup and
1111WAL archiving to an ** object store** —without requiring downtime. It also enables
1212** Full Recovery** and ** Point-in-Time Recovery (PITR)** of a Postgres cluster.
1313
14+ Before proceeding, ensure you have reviewed the following sections of the CloudNativePG documentation:
15+
16+ - [ ** Backup** ] ( https://cloudnative-pg.io/documentation/current/backup/ )
17+ - [ ** WAL Archiving** ] ( https://cloudnative-pg.io/documentation/current/wal_archiving/ )
18+ - [ ** Recovery** ] ( https://cloudnative-pg.io/documentation/current/recovery/ )
19+
20+
21+ TODO:
22+
23+ - explain object store
24+ - explain WAL archive
25+ - explain base backups
26+
1427Instead of relying on a traditional, centralised Barman server, the plugin
1528orchestrates backup operations directly within the Kubernetes cluster using the
1629following tools from the [ ` barman-cloud ` ] ( https://pgbarman.org ) suite:
You can’t perform that action at this time.
0 commit comments