cloudnative-pg / cloudnative-pg/plugin-barman-cloud
[Feature]: verify barmanObjectName
- Dominant language
- Go
- Stars
- 191
- Forks
- 72
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 21
Description
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
...
```
Contributor guide
Assessment
This issue has not been assessed yet.