Skip to content

Commit

Permalink
Remove --clear-data flag from vocab file upload command (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai authored Nov 6, 2023
1 parent 36d65a7 commit 1981aa7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,15 +566,14 @@ Run the following code (assumes you are in the `api` directory):
=== "Stardog"
``` bash
./add_data_to_graph.sh vocab \
localhost:5820 test_data DBUSER DBPASSWORD \
--clear-data
localhost:5820 test_data DBUSER DBPASSWORD
```

=== "graphDB"
``` bash
./add_data_to_graph.sh vocab \
localhost:7200 repositories/my_db DBUSER DBPASSWORD \
--clear-data --use-graphdb-syntax
--use-graphdb-syntax
```

### Updating a dataset in the graph database
Expand Down

0 comments on commit 1981aa7

Please sign in to comment.