File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ The following parameters are available for the Barman Cloud Plugin:
1313- ` serverName ` : Specifies the server name in the object store.
1414
1515::: important
16- The ` serverName ` parameter within the ` ObjectStore ` resource exists only for
17- API compatibility with the in-tree ` barmanObjectStore ` and is ignored by the
18- plugin. Use the ` serverName ` plugin parameter when needed.
16+ The ` serverName ` parameter in the ` ObjectStore ` resource is retained solely for
17+ API compatibility with the in-tree ` barmanObjectStore ` and must always be left empty.
18+ When needed, use the ` serverName ` plugin parameter in the Cluster configuration instead.
19+ :::
Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ The `.spec.configuration` schema follows the same format as the
4949Refer to [the CloudNativePG documentation](https://cloudnative-pg.io/documentation/preview/backup_barmanobjectstore/)
5050for additional details.
5151
52+ :::important
53+ The `serverName` parameter in the `ObjectStore` resource is retained solely for
54+ API compatibility with the in-tree `barmanObjectStore` and must always be left empty.
55+ When needed, use the `serverName` plugin parameter in the Cluster configuration instead.
56+ :: :
57+
5258# # Configuring WAL Archiving
5359
5460Once the `ObjectStore` is defined, you can configure your PostgreSQL cluster
You can’t perform that action at this time.
0 commit comments