We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e4a2b commit ddc2ae9Copy full SHA for ddc2ae9
script/travis-pg-9.2-install.sh
@@ -15,4 +15,6 @@ sudo echo "host all all ::1/128 trust" >> /etc/
15
sudo echo "host all all 0.0.0.0/0 trust" >> /etc/postgresql/9.2/main/pg_hba.conf
16
sudo echo "host all all 0.0.0.0 255.255.255.255 trust" >> /etc/postgresql/9.2/main/pg_hba.conf
17
sudo /etc/init.d/postgresql restart
18
-#node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
+# 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