Skip to content

Commit ddc2ae9

Browse files
committed
Run script to create test table on postgres 9.2
1 parent 12e4a2b commit ddc2ae9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script/travis-pg-9.2-install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ sudo echo "host all all ::1/128 trust" >> /etc/
1515
sudo echo "host all all 0.0.0.0/0 trust" >> /etc/postgresql/9.2/main/pg_hba.conf
1616
sudo echo "host all all 0.0.0.0 255.255.255.255 trust" >> /etc/postgresql/9.2/main/pg_hba.conf
1717
sudo /etc/init.d/postgresql restart
18-
#node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
18+
# for some reason both postgres 9.1 and 9.2 are started
19+
# 9.2 is running on port 5433
20+
node script/create-test-tables.js pg://postgres@localhost:5433/postgres

0 commit comments

Comments
 (0)