You've already forked pgbackrest
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:
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user