mirror of
https://github.com/elisspace/FxLifeSheet.git
synced 2026-08-29 15:44:00 +00:00
Update docs
This commit is contained in:
@@ -41,3 +41,11 @@ And since Heroku doesn't support importing DBs without some weird custom things,
|
||||
```
|
||||
pg_dump -Fc --no-acl --no-owner -h localhost -U felixkrause fxlifesheet > mydb.dump
|
||||
```
|
||||
|
||||
## Import Heroku dump to local Postgres
|
||||
|
||||
```
|
||||
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U felixkrause -d fxlifesheet latest.dump
|
||||
```
|
||||
|
||||
postgresql://felixkrause@localhost/instapipe
|
||||
|
||||
Reference in New Issue
Block a user