Skip to content

Commit

Permalink
[#1337] check postgres conf files
Browse files Browse the repository at this point in the history
  • Loading branch information
joetsoi committed Nov 25, 2013
1 parent bd26c96 commit 6ad3282
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/travis-install-dependencies
Expand Up @@ -21,7 +21,8 @@ sudo apt-get install postgresql-$PGVERSION solr-jetty libcommons-fileupload-java
echo "##### Restart Postgres #####"
sudo service postgresql restart

sudo netstat -plnt | grep 543
echo "##### postgres conf files grep#####"
sudo grep 543 /etc/postgresql/*/main/*

echo "##### Setup postgres' users and databases #####"
sudo -u postgres psql -c "CREATE USER ckan_default WITH PASSWORD 'pass';"
Expand Down

0 comments on commit 6ad3282

Please sign in to comment.