table of contents
BARMAN-CONFIG-UPDATE(1) | Barman | BARMAN-CONFIG-UPDATE(1) |
NAME¶
barman-config-update - Barman Sub-Commands
SYNOPSIS¶
config-update STRING
DESCRIPTION¶
Create or update the configurations for servers and/or models in Barman. The parameter should be a JSON string containing an array of documents. Each document must include a scope key, which can be either server or model, and either a server_name or model_name key, depending on the scope value. Additionally, the document should include other keys representing Barman configuration options and their desired values.
NOTE:
PARAMETERS¶
- STRING
- List of JSON formatted string.
EXAMPLE¶
JSON_STRING='[{“scope”: “server”, “server_name”: “my_server”, “archiver”: “on”, “streaming_archiver”: “off”}]'
AUTHOR¶
EnterpriseDB
COPYRIGHT¶
© Copyright EnterpriseDB UK Limited 2011-2024
December 9, 2024 | 3.12 |