mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
fix: admonition termination, add notice in usage
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
This commit is contained in:
parent
33542e1e00
commit
d7e335f16f
@ -13,6 +13,7 @@ The following parameters are available for the Barman Cloud Plugin:
|
|||||||
- `serverName`: Specifies the server name in the object store.
|
- `serverName`: Specifies the server name in the object store.
|
||||||
|
|
||||||
:::important
|
:::important
|
||||||
The `serverName` parameter within the `ObjectStore` resource exists only for
|
The `serverName` parameter in the `ObjectStore` resource is retained solely for
|
||||||
API compatibility with the in-tree `barmanObjectStore` and is ignored by the
|
API compatibility with the in-tree `barmanObjectStore` and must always be left empty.
|
||||||
plugin. Use the `serverName` plugin parameter when needed.
|
When needed, use the `serverName` plugin parameter in the Cluster configuration instead.
|
||||||
|
:::
|
||||||
|
|||||||
@ -49,6 +49,12 @@ The `.spec.configuration` schema follows the same format as the
|
|||||||
Refer to [the CloudNativePG documentation](https://cloudnative-pg.io/documentation/preview/backup_barmanobjectstore/)
|
Refer to [the CloudNativePG documentation](https://cloudnative-pg.io/documentation/preview/backup_barmanobjectstore/)
|
||||||
for additional details.
|
for additional details.
|
||||||
|
|
||||||
|
:::important
|
||||||
|
The `serverName` parameter in the `ObjectStore` resource is retained solely for
|
||||||
|
API compatibility with the in-tree `barmanObjectStore` and must always be left empty.
|
||||||
|
When needed, use the `serverName` plugin parameter in the Cluster configuration instead.
|
||||||
|
:::
|
||||||
|
|
||||||
## Configuring WAL Archiving
|
## Configuring WAL Archiving
|
||||||
|
|
||||||
Once the `ObjectStore` is defined, you can configure your PostgreSQL cluster
|
Once the `ObjectStore` is defined, you can configure your PostgreSQL cluster
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user