1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00

Do not show output of PostgreSQL upgrade status check in user guide.

On some platforms the output may contain UTF-8 characters that the latex code is not prepared to handle.

Showing the command is much more important than showing the output, so no big loss.
This commit is contained in:
David Steele 2021-10-13 13:20:11 -04:00
parent 5e84645ac0
commit b16e827d69

View File

@ -3588,7 +3588,7 @@
<execute-list host="{[host-pg1]}">
<title>Check configuration</title>
<execute user="postgres" output="y" filter="n">
<execute user="postgres" output="n" filter="n">
<exe-cmd>{[pg-cluster-check-upgrade]}</exe-cmd>
</execute>