Revision 75367829
Added by Benjamin Dauvergne about 13 years ago
| Makefile | ||
|---|---|---|
|
createdb calebasse
|
||
|
scp aps-prod:/home/calebasse/$(LAST_DUMP) .
|
||
|
bzip2 -dc ./$(LAST_DUMP) | psql calebasse
|
||
|
|
||
|
reload:
|
||
|
dropdb calebasse
|
||
|
createdb calebasse
|
||
|
bzip2 -dc ./$(LAST_DUMP) | psql calebasse
|
||
Also available in: Unified diff
add reload target to the makefile