bareos: master b6d268a9

Author Committer Branch Timestamp Parent
bruno-at-bareos Bareos Bot master 2024-09-03 16:28 master c5b6cd48 Pending
Changeset systemtests: fix plugin postgresql testrunner-debian

- commit 475b13132 was needed to extract the correct major version
  it was reworked to use `pg_lsclusters` to detect server version
  instead `psql` tool version.
- if installed postgresql is lower than major 10 the tests is
  marked as skipped.
- the `pg_*cluster` commands need to be run as root user.
  the systemtest will now check that condition and mark the test
  as `skipped` if not.

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - systemtests/tests/py3plug-fd-postgresql/testrunner-debian Diff File