From 1955438d6fadc4f0170779dea5b2280f537e660a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 20 Jan 2016 21:19:07 +0000 Subject: [PATCH] Don't try and create the db here, just load it from dump --- playbooks/manual/staging-sync/fas.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/manual/staging-sync/fas.yml b/playbooks/manual/staging-sync/fas.yml index 094d643b6e..927399cd4c 100644 --- a/playbooks/manual/staging-sync/fas.yml +++ b/playbooks/manual/staging-sync/fas.yml @@ -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