From 458b14b7004e3fc6184f0a0f52652f1b1acfa1b3 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 17 Feb 2022 11:47:54 +0000 Subject: [PATCH] add dumpfile flags --- docs/setup-dev-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup-dev-environment.md b/docs/setup-dev-environment.md index 4f106c2b..0bece44f 100644 --- a/docs/setup-dev-environment.md +++ b/docs/setup-dev-environment.md @@ -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 < +psql -d -U -h localhost < ```