remove the dump files when done so they do not interfere the next run
This commit is contained in:
parent
4b297e330d
commit
468a9952b7
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
|||
- command: createdb fas2
|
||||
- name: Import the prod db. This will take quite a while. Go get a snack!
|
||||
shell: cat /var/tmp/fas2.dump | psql fas2
|
||||
- command: rm -f /var/tmp/fas2.dump /var/tmp/fas2.dump.xz
|
||||
|
||||
- name: bring staging services up
|
||||
hosts: fas01.stg.phx2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue