Skip to content

Commit

Permalink
[ckan#1337] Force postgres restart
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader authored and joetsoi committed Nov 25, 2013
1 parent c07d875 commit a7b046d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/travis-install-dependencies
Original file line number Diff line number Diff line change
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 a7b046d

Please sign in to comment.