didiermichel
didiermichel
Hi @Edureka-spandey. Could you add more context to your problem so I can investigate? * barman and postgres versions * The failing command. * barman logs Thank you
need to add `GITHUBSECURITYTOKEN ` to barman.
Postgresql < 10 is not supported anymore. We should also consider cleaning code related to unsupported PG versions (pgespresso being one of them).
Notice that pg_backup_api will be impacted by this change (pgespresso)
Actual status is pg_espresso removed and PG < 9.6 cleaned.
I suggest we remove PG < 10 in a future version. So we can close this Issue.
Here is an example of changes from barman-wal-archive.1 (L 20 -> 23) cmd: `pandoc -s -f markdown-smart -t man -o barman-wal-archive.1 barman-wal-archive.1.md` pandoc 2.2.1: ``` python 3 then avoid the...
If the issue is in html transformation, then it will probably be useful to use a css style sheet and pass it as argument
CSS can be added with --css=file.css when rendering html
Adding some information to run pandoc 2.2.1 This will mitigate the issue until we take action to use a newer pandoc version. Docker file ``` FROM debian:buster RUN apt-get update...