Don't try and create the db here, just load it from dump

This commit is contained in:
Kevin Fenzi 2016-01-20 21:19:07 +00:00
parent 46da3776a9
commit 1955438d6f

View file

@ -66,7 +66,6 @@
creates=/var/tmp/fas2.dump
- command: dropdb fas2
- command: createdb -O fas2 fas2
- name: Import the prod db. This will take quite a while. Go get a snack!
shell: cat /var/tmp/fas2.dump | psql fas2