File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,15 @@ the option occurs twice on the command-line or twice in a file:
150150ERROR: [031]: option 'io-timeout' cannot be set multiple times
151151```
152152
153+ A few options are only allowed in certain places. Credentials, for example,
154+ cannot be passed as command-line arguments (see ` PARSE_RULE_OPTION_SECURE ` in [ parse.auto.c] [ ] ).
155+ Some others cannot be in INI files (see ` cfgSectionCommandLine ` in [ parse.auto.c] [ ] ).
156+ Notably, these must be environment variables or command-line arguments:
157+
158+ - ` --repo ` and ` --stanza `
159+ - restore ` --target ` and ` --target-action `
160+ - backup and restore ` --type `
161+
153162pgBackRest looks for and loads multiple INI files from multiple places according
154163to the ` config ` , ` config-include-path ` , and/or ` config-path ` options. The order
155164is a [ little complicated] [ file-precedence ] . When none of these options are set:
You can’t perform that action at this time.
0 commit comments