1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-06-20 01:17:49 +02:00

Remove redundant command lists from src/build/config/config.yaml.

When not specified, the command list is generated based on all commands valid for the specified roles.
This commit is contained in:
David Steele
2025-11-09 13:59:20 +02:00
parent ff64ad688e
commit 186ed610b5
-36
View File
@@ -555,24 +555,6 @@ option:
internal: true
required: false
allow-range: [0, 1024]
command:
annotate: {}
archive-get: {}
archive-push: {}
backup: {}
check: {}
expire: {}
info: {}
manifest: {}
repo-get: {}
repo-ls: {}
repo-put: {}
repo-rm: {}
restore: {}
stanza-create: {}
stanza-delete: {}
stanza-upgrade: {}
verify: {}
command-role:
local: {}
remote: {}
@@ -599,24 +581,6 @@ option:
allow-list:
- pg
- repo
command:
annotate: {}
archive-get: {}
archive-push: {}
backup: {}
check: {}
expire: {}
info: {}
manifest: {}
repo-get: {}
repo-ls: {}
repo-put: {}
repo-rm: {}
restore: {}
stanza-create: {}
stanza-delete: {}
stanza-upgrade: {}
verify: {}
command-role:
local: {}
remote: {}