File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ sidebar_position : 100
3+ ---
4+
5+ # Parameters
6+
7+ <!-- SPDX-License-Identifier: CC-BY-4.0 -->
8+
9+ The following parameters are available for the Barman Cloud Plugin:
10+
11+ - ` barmanObjectName ` : references the ` ObjectStore ` resource to be used by the
12+ plugin.
13+ - ` serverName ` : Specifies the server name in the object store.
14+
15+ ::: important
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