Skip to content

Commit

Permalink
updated db path name
Browse files Browse the repository at this point in the history
  • Loading branch information
dsajdak committed Jul 12, 2023
1 parent 40fa7b5 commit 50f9438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coldfront/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If interested, you can [view the steps taken](#seeding-the-database-for-the-full

```
./hpcts destroy
cp cf_options/coldfront-full.dump database/coldfront.dump
cp coldfront/db_options/coldfront-full.dump database/coldfront.dump
./hpcts start
```

Expand Down Expand Up @@ -292,7 +292,7 @@ Before beginning the tutorial, you must stop the containers, copy in the correct

```
./hpcts destroy
cp cf_options/coldfront-half.dump database/coldfront.dump
cp coldfront/db_options/coldfront-half.dump database/coldfront.dump
./hpcts start
```

Expand Down

0 comments on commit 50f9438

Please sign in to comment.