~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/full-update.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-23 05:37:28 UTC
  • mfrom: (13465.2.8 staging)
  • Revision ID: launchpad@pqm.canonical.com-20110723053728-e2bobyt2slxjo9ec
[r=stub][bug=809123][incr] Systems reconnecting after the outage is
 good, so stop complaining

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
            return pgbouncer_rc
107
107
        pgbouncer_down = False
108
108
 
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
112
114