mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
lk | adds script to restore database
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
heroku pg:backups capture --app recyclery-database
|
||||
sleep 3
|
||||
curl -o tmp/latest.dump `heroku pg:backups public-url --app recyclery-database`
|
||||
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U louisk -d db/bikedb_development tmp/latest.dump
|
||||
|
||||
Reference in New Issue
Block a user