From 585627f5e2d93c80bc791e895717245d72aaf29f Mon Sep 17 00:00:00 2001 From: Sergey Fukanchik Date: Wed, 26 Aug 2026 14:36:33 +0300 Subject: [PATCH] Suggest how to properly configure probackup path for tests --- pg_probackup2/init_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg_probackup2/init_helpers.py b/pg_probackup2/init_helpers.py index 9a77b6a..fe29482 100644 --- a/pg_probackup2/init_helpers.py +++ b/pg_probackup2/init_helpers.py @@ -211,7 +211,7 @@ def __init__(self): self.probackup_path = probackup_path_tmp if not self.probackup_path: - raise Exception('pg_probackup binary is not found') + raise Exception('pg_probackup binary is not found, add it to PATH or point PGPROBACKUPBIN') if os_name == 'posix': self.EXTERNAL_DIRECTORY_DELIMITER = ':'