1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/doc/lib/BackRestDoc
David Steele 8d3710b2fe Fix options being ignored by asynchronous commands.
The local, remote, archive-get-async, and archive-push-async commands were used to run functionality that was not directly available to the user. Unfortunately that meant they would not pick up options from the command that the user expected, e.g. backup, archive-get, etc.

Remove the internal commands and add roles which allow pgBackRest to determine what functionality is required without implementing special commands. This way the options are loaded from the expected command section.

Since remote is no longer a specific command with its own options, more manipulation is required when calling remote. This might be something we can improve in the config system but it may be worth leaving as is because it is a one-off, for now at least.
2020-01-15 12:24:58 -07:00
..
Common Fix options being ignored by asynchronous commands. 2020-01-15 12:24:58 -07:00
Custom Add storage layer for tests and documentation. 2019-06-17 09:16:44 -04:00
Html Fix missing dash in site name. 2019-06-25 17:27:19 -04:00
Latex Add --out-preserve to preserve contents of output path. 2019-05-16 07:29:17 -04:00
Markdown Add markdown renderer for execute-list block. 2019-11-02 09:59:39 +01:00