Skip to content

Commit 65c7f65

Browse files
tmorrellfenekku
andauthored
upgrade v14: add instructions for updating vocabularies in v14 (#923)
Co-authored-by: Guillaume Viger <fenekku@users.noreply.github.com>
1 parent 2a8d853 commit 65c7f65

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/releases/vNext/upgrade-vNext.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,21 @@ To resolve this, grant the necessary permissions to your user in the OpenSearch
444444
- `cluster:admin/component_template/put`
445445
- `indices:admin/index_template/put`
446446
447+
### Update vocabularies
448+
449+
A number of out-of-the-box vocabularies have been enhanced with terms from the DataCite 4.4-4.7 releases, as well as other mapping improvements and translations. In order to update these in your repository, you'll need to reload their fixtures with `invenio rdm-records add-to-fixture <vocabulary fixture>`. The `<vocabulary fixture>` for vocabularies that have updates are:
450+
451+
- datetypes
452+
- descriptiontypes
453+
- licenses
454+
- relationtypes
455+
- resourcetypes
456+
- contributorsroles
457+
- creatorsroles
458+
- titletypes
459+
460+
If you've customized any of these vocabularies for your instance, you'll need to merge changes from the [source files in invenio-rdm-records](https://github.com/inveniosoftware/invenio-rdm-records/tree/master/invenio_rdm_records/fixtures/data/vocabularies) into the custom vocabulary files in your instance before running the `add-to-fixture` command.
461+
447462
## Infrastructure/configuration changes
448463
449464
### Required changes

0 commit comments

Comments
 (0)