cloudnative-pg / cloudnative-pg/plugin-barman-cloud
[Feature]: verify barmanObjectName
- Vorherrschende Sprache
- Go
- Sterne
- 191
- Forks
- 72
- Ø Merge
- 2 T. 21 Std.
- Gemergte PRs (30 T.)
- 21
Beschreibung
when referencing an `barmanObjectName ` in `externalCluster` that is used for recovery
and that does not exist
the creation of the cluster stops without error after "creating cluster role" phase
Therefor it would be good to verify the if the barmanObjectName exists
```
...
bootstrap:
#########################
# restore just in case...
#########################
recovery:
source: source
# recoveryTarget:
# targetTime: "2023-06-19 17:15:00.00000+02"
externalClusters:
- name: source
plugin:
name: barman-cloud.cloudnative-pg.io
parameters:
# Recovery Object Store (pull, read-only)
barmanObjectName: minio-store
serverName: xxx
...
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.