Skip to content

Commit 1bd5a22

Browse files
author
Jonathan S. Katz
committed
Update descriptions for the different backrest/backup storage configs
Some of the legacy purposes of what this parameter did, which was both confusing and inaccurate. This adds some clarity. Reported by: Andreas Karlsson <[email protected]>
1 parent d5f517d commit 1bd5a22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/content/Configuration/pgo-yaml-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ The *pgo.yaml* file is broken into major sections as described below:
4545
| Setting|Definition |
4646
|---|---|
4747
|PrimaryStorage |required, the value of the storage configuration to use for the primary PostgreSQL deployment
48-
|BackupStorage |required, the value of the storage configuration to use for backups, including the storage for pgbackrest repo volumes
4948
|ReplicaStorage |required, the value of the storage configuration to use for the replica PostgreSQL deployments
50-
|BackrestStorage |required, the value of the storage configuration to use for the pgbackrest shared repository deployment created when a user specifies pgbackrest to be enabled on a cluster
49+
|BackrestStorage |required, the value of the storage configuration to use for the pgBackRest repository.
50+
|BackupStorage |required, the value of the storage configuration to use for backups generated by `pg_dump`.
5151
|WALStorage | optional, the value of the storage configuration to use for PostgreSQL Write Ahead Log
5252
|StorageClass | optional, for a dynamic storage type, you can specify the storage class used for storage provisioning (e.g. standard, gold, fast)
5353
|AccessMode |the access mode for new PVCs (e.g. ReadWriteMany, ReadWriteOnce, ReadOnlyMany). See below for descriptions of these.

docs/content/installation/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ other storage classes in production deployments.
135135

136136
| Name | Default | Required | Description |
137137
|------|---------|----------|-------------|
138-
| `backrest_storage` | hostpathstorage | **Required** | Set the value of the storage configuration to use for the pgbackrest shared repository deployment created when a user specifies pgbackrest to be enabled on a cluster. |
139-
| `backup_storage` | hostpathstorage | **Required** | Set the value of the storage configuration to use for backups, including the storage for pgbackrest repo volumes. |
138+
| `backrest_storage` | hostpathstorage | **Required** | Set the value of the storage configuration to use for the pgBackRest repository. |
139+
| `backup_storage` | hostpathstorage | **Required** | required, the value of the storage configuration to use for backups generated by `pg_dump`. |
140140
| `primary_storage` | hostpathstorage | **Required** | Set to configure which storage definition to use when creating volumes used by PostgreSQL primaries on all newly created clusters. |
141141
| `replica_storage` | hostpathstorage | **Required** | Set to configure which storage definition to use when creating volumes used by PostgreSQL replicas on all newly created clusters. |
142142
| `wal_storage` | | | Set to configure which storage definition to use when creating volumes used for PostgreSQL Write-Ahead Log. |

0 commit comments

Comments
 (0)