mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-22 09:18:13 +00:00
6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
sudo -u postgres dropdb deepsouthsounds
|
|
sudo -u postgres createdb deepsouthsounds --owner deepsouthsounds
|
|
|
|
sudo -u postgres psql deepsouthsounds < /mnt/dev/backup.sql
|
|
|