Skip to content

Commit aae896e

Browse files
authored
Updated dimensional-data-modeling
Changed pg_restore -U user -d postgres data.dump into pg_restore -c --if-exists -U user -d postgres data.dump
1 parent 6c32b89 commit aae896e

File tree

1 file changed

+1
-1
lines changed
  • bootcamp/materials/1-dimensional-data-modeling

1 file changed

+1
-1
lines changed

bootcamp/materials/1-dimensional-data-modeling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ There are two methods to get Postgres running locally.
4747
2. Run this command after replacing **`<computer-username>`** with your computer's username:
4848
4949
```bash
50-
pg_restore -U <computer-username> -d postgres data.dump
50+
pg_restore -c --if-exists -U user -d postgres data.dump
5151
```
5252
5353
If you have any issue, the syntax is `pg_restore -U [username] -d [database_name] -h [host] -p [port] [backup_file]`

0 commit comments

Comments
 (0)