Skip to content

Commit 800a5e5

Browse files
committed
update readme
1 parent a0f6ada commit 800a5e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,9 @@ To add to your local database, you should backup only the `app` database. The fo
478478
```
479479
Then, on your local postgres (not in docker), you can run the following commands to add the data:
480480
```bash
481+
gunzip -k dump_app_2023-12-11_07_36_31.gz
481482
createdb -U postgres karlapp126new
482-
psql -U postgres -d karlapp126new -f dump_app_2023-12-06_15_06_37
483+
psql -U postgres -d karlapp1211new -f dump_app_2023-12-11_07_36_31
483484
```
484485

485486
### Analysis

0 commit comments

Comments
 (0)