Skip to content

Commit

Permalink
[#1337] Force postgres restart
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Nov 25, 2013
1 parent 51a344c commit 4da0336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/travis-install-dependencies
Expand Up @@ -16,7 +16,7 @@ fi
sudo apt-get update -qq
sudo apt-get install postgresql-$PGVERSION solr-jetty libcommons-fileupload-java:amd64=1.2.2-1

sudo service postgresql reload
sudo service postgresql restart

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

0 comments on commit 4da0336

Please sign in to comment.