Missing a redirect
This commit is contained in:
parent
f28fe35b10
commit
91ae1a9adb
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
tasks:
|
||||
- name: Dumping the production db. This might take a minute. Go out to the lobby!
|
||||
shell: pg_dump -C fas2 |xz -c /var/tmp/fas2.dump.xz
|
||||
shell: pg_dump -C fas2 |xz -c > /var/tmp/fas2.dump.xz
|
||||
|
||||
- name: drop and re-create the staging db entirely
|
||||
hosts: db-fas01.stg.phx2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue