(self)
| 644 | pg_config_path=pg_config_path) |
| 645 | |
| 646 | def _init_env(self): |
| 647 | super()._init_env() |
| 648 | self._pg_basebackup = self._find_pg_binary('pg_basebackup') |
| 649 | |
| 650 | def init(self, **settings): |
| 651 | """Initialize cluster.""" |
nothing calls this directly
no test coverage detected