• pbair's avatar
    Fix gitlab:setup when connections are shared · 949e84cf
    pbair authored
    When connections are shared between main and ci, the gitlab:setup task
    fails when it attempts to terminate connections, because it attempts to
    execute a query on a closed connection.
    
    Fix this rake task to only terminate connections for databases that are
    not shared.
    949e84cf
setup_rake_spec.rb 4.63 KB