Add a new endpoint which provides the output of the pgBackRest info command. This would work in a similar way to barman diagnose though instead of using the code directly from python we would need to shell out to the pgBackRest CLI (unless we want to make python bindings for pgBackRest...).
Add a new endpoint which provides the output of the pgBackRest
infocommand. This would work in a similar way tobarman diagnosethough instead of using the code directly from python we would need to shell out to the pgBackRest CLI (unless we want to make python bindings for pgBackRest...).