Skip to content

Commit bcd5456

Browse files
PandaWhoCodesbmcutler
authored andcommitted
[Bugfix:Sysadmin Documentation] Fix psql to import DB (Submitty#170)
Fixed File not found error
1 parent 751b0d9 commit bcd5456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_docs/sysadmin/database_overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ to start over, you would need to do:
4343
```
4444
sudo su postgres
4545
psql -c "CREATE DATABASE submitty;"
46-
psql -d submitty -f /usr/local/submitty/GIT_CHECKOUT/Submitty/migration/data/submitty_db.sql
46+
psql -d submitty -f /usr/local/submitty/GIT_CHECKOUT/Submitty/migration/migrator/data/submitty_db.sql
4747
psql -d submitty -c "alter schema public owner to submitty_dbuser;"
4848
```
4949

50-
Then, continue setup by following the [Course Creation](course_creation) instructions.
50+
Then, continue setup by following the [Course Creation](course_creation) instructions.

0 commit comments

Comments
 (0)