add dumpfile flags

This commit is contained in:
Ed Chalstrey 2022-02-17 11:47:54 +00:00
parent fedb2f0aec
commit 458b14b700

View File

@ -175,7 +175,7 @@ You should then download the file to the machine where you are setting up your d
In your Ubuntu installation where you have been running these setup steps (e.g. Virtualbox VM), you can then recrate the db like so.
```
psql <colouringlondondb> < <dumpfile>
psql -d <colouringlondondb> -U <username> -h localhost < <dumpfile>
```
</details>