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

Add path to pgbench used for stress test in user guide.

This allows the stress test to run on RHEL.
This commit is contained in:
David Steele 2021-11-12 17:15:45 -05:00
parent 43cfa9cef7
commit e62ba8e85e

View File

@ -3323,7 +3323,7 @@
<title>Load data</title>
<execute user="postgres">
<exe-cmd>pgbench -n -i -s {[stress-scale-data]}</exe-cmd>
<exe-cmd>{[pg-bin-path]}/pgbench -n -i -s {[stress-scale-data]}</exe-cmd>
<exe-cmd-extra>2>&amp;1</exe-cmd-extra>
</execute>
</execute-list>