author | Madhusudan.C.S <madhusudancs@gmail.com> |
Fri, 28 Jan 2011 02:27:56 +0530 | |
changeset 520 | 958eb8854b63 |
parent 492 | 89f8e4266b1f |
permissions | -rwxr-xr-x |
#! /bin/bash pg_dump pytask -U pytask -W > ~/pytaskdbdumps/dbdump`date +%Y%m%d%H%M%s`.dump ./bin/django dumpscript > ~/pytaskdbdumps/dbdumpscript`date +%Y%m%d%H%M%s`.dump ./bin/django dumpdata > ~/pytaskdbdumps/dbdumpdata`date +%Y%m%d%H%M%s`.dump ./bin/django schemamigration profile --auto ./bin/django migrate profile