Werk #15619: mk_postgres.py: Allow Declaring PG_BINARY_PATH in postgres.cfg

Component Checks & agents
Title mk_postgres.py: Allow Declaring PG_BINARY_PATH in postgres.cfg
Date May 25, 2023
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 2.3.0b1
Level Trivial Change
Class New Feature
Compatibility Compatible - no manual interaction needed

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

To the list of all Werks