Skip to content

Commit

Permalink
Add instructions for installing updated Semantic Domain data (#1747)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgrady committed Mar 6, 2024
1 parent d93b21d commit edcf8c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,14 @@ Where:
- The help text for `setup_combine.py` says that the `--tag` is optional and its default value is `latest`. That is
used in the _Development Environment_ scenario; there are no images for _The Combine's_ components in
`public.ecr.aws/thecombine` with the tag `latest`.
- The database image contains a script that will initialize the `SemanticDomains` and the `SemanticDomainTree`
collections on _first use_ of the database. The script will not be run automatically when the database is restarted
or updated. If the Semantic Domain data are updated, for example, adding a new language, then the script needs to be
rerun manually:

```console
kubectl -n thecombine exec deployment/database -- /docker-entrypoint-initdb.d/update-semantic-domains.sh
```

## Maintenance

Expand Down

0 comments on commit edcf8c2

Please sign in to comment.