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 = ':'