Werk #15619: mk_postgres.py: Allow Declaring PG_BINARY_PATH in postgres.cfg
Komponente | Checks & agents | ||
Titel | mk_postgres.py: Allow Declaring PG_BINARY_PATH in postgres.cfg | ||
Datum | 25.05.2023 | ||
Level | Kleine Änderung | ||
Klasse | Neues Feature | ||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||
Checkmk versions & editions |
|
Previously, mk_postgres.py always dynamically determine the path to the psql binary. With this Werk, the user may skip this dynamic configuration. This is done by specifying the binary path in postgres.cfg as follows:
PG_BINARY_PATH=C:\PostgreSQL\15\bin\psql.exe
DBUSER=user_xy