cloudnative-pg / cloudnative-pg/plugin-barman-cloud

[Feature]: verify barmanObjectName

Open
#337 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.