1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-09 14:33:17 +02:00

tests: disable autostart

This commit is contained in:
Grigory Smolkin 2020-04-29 03:09:57 +03:00
parent 985ddf898a
commit 853d68522f

View File

@ -358,6 +358,7 @@ class ProbackupTest(object):
options['log_min_duration_statement'] = 0
options['log_connections'] = 'on'
options['log_disconnections'] = 'on'
options['restart_after_crash'] = 'off'
# Allow replication in pg_hba.conf
if set_replication: