Skip to content

Commit

Permalink
run pgbouncer as daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
arvi3411301 committed Mar 11, 2019
1 parent 81edef2 commit 524bf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/test-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ psql "postgres://postgres:postgres@localhost:6543/pgbouncer" -c "SHUTDOWN;" || t
cd $CIRCLECI_FOLDER

# start pgbouncer again
pgbouncer -u pgbouncer pgbouncer/pgbouncer.ini
pgbouncer -u pgbouncer -d pgbouncer/pgbouncer.ini

cd $PYTEST_ROOT

Expand Down

0 comments on commit 524bf91

Please sign in to comment.