1
0
mirror of https://github.com/elisspace/FxLifeSheet.git synced 2026-08-29 15:44:00 +00:00

Update docs

This commit is contained in:
Felix Krause
2021-04-18 23:10:07 +02:00
parent 3742bd2a79
commit 89bd4718ff

View File

@@ -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