Skip to content

Commit 3fee90b

Browse files
fcanovaimnencia
andauthored
docs: plugin parameters (#330)
Closes #327 Signed-off-by: Francesco Canovai <[email protected]> Signed-off-by: Marco Nenciarini <[email protected]> Co-authored-by: Marco Nenciarini <[email protected]>
1 parent 338252f commit 3fee90b

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

web/docs/parameters.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
:::

web/docs/usage.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ The `.spec.configuration` schema follows the same format as the
4949
Refer to [the CloudNativePG documentation](https://cloudnative-pg.io/documentation/preview/backup_barmanobjectstore/)
5050
for 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

5460
Once the `ObjectStore` is defined, you can configure your PostgreSQL cluster

0 commit comments

Comments
 (0)