106
106
return pgbouncer_rc
107
107
pgbouncer_down = False
109
preflight_rc = run_script('preflight.py')
109
# We will start seeing connections as soon as pgbouncer is
110
# reenabled, so ignore them here.
111
preflight_rc = run_script('preflight.py', '--skip-connection-check')
110
112
if preflight_rc != 0:
111
113
return preflight_rc