Fixed realtime ('ish)

This commit is contained in:
Fergal Moran
2016-06-20 19:51:05 +01:00
parent b156f8a28d
commit ec3d27cb06
7 changed files with 30 additions and 18 deletions

5
db_reset Executable file
View File

@@ -0,0 +1,5 @@
sudo -u postgres dropdb deepsouthsounds
sudo -u postgres createdb deepsouthsounds --owner deepsouthsounds
sudo -u postgres psql deepsouthsounds < /mnt/dev/backup.sql