Skip to content

Commit

Permalink
new format for sql backup
Browse files Browse the repository at this point in the history
  • Loading branch information
bgola committed Nov 19, 2013
1 parent e422d95 commit 59866ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -11,7 +11,7 @@ create-staging:
update-staging:
dropdb timtec-staging
createdb timtec-staging
xzcat ~hacklab/sql-backup/last.psql.xz | psql timtec-staging
pg_restore -d timtec-staging ../hacklab/sql-backup/last.psqlc
cp timtec/settings_local_staging.py timtec/settings_local.py
~/env/bin/pip install -r requirements.txt
~/env/bin/python manage.py syncdb --all --noinput
Expand Down

0 comments on commit 59866ca

Please sign in to comment.