1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/doc/lib/BackRestDoc/Common
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
..
Doc.pm Add admonitions to documentation renderers. 2018-12-30 16:40:20 +02:00
DocConfig.pm Fix options being ignored by asynchronous commands. 2020-01-15 12:24:58 -07:00
DocExecute.pm Refactor --pre option in documentation. 2019-10-11 12:28:47 -04:00
DocManifest.pm Remove perl critic and coverage. 2019-07-05 16:55:17 -04:00
DocRender.pm Refactor --pre option in documentation. 2019-10-11 12:28:47 -04:00