scripts/profile_schemamigration.sh
changeset 485 e56d4bb15349
child 492 89f8e4266b1f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/profile_schemamigration.sh	Thu Jan 20 06:00:17 2011 +0530
@@ -0,0 +1,8 @@
+#! /bin/bash
+
+pg_dump pytask -U pytask -W > ~/pytaskdbdumps/dbdump`date +%Y%m%d`.dump
+./bin/django dumpscript > ~/pytaskdbdumps/dbdumpscript`date +%Y%m%d`.dump
+./bin/django dumpdata > ~/pytaskdbdumps/dbdumpdata`date +%Y%m%d`.dump
+./bin/django schemamigration profile --auto
+./bin/django migrate profile
+