Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The database migration (./dspace database migrate) should automatically trigger your metadata/file registries to be updated (based on the config files in [dspace]/config/registries/).  However, if this update was NOT triggered, you can also manually run these registry updates (they will not harm existing registry contents) as follows:

Code Block
cd [dspace]/bin/
./dspace registry-loader -metadata [dspace]../config/registries/dcterms-types.xml
[dspace]/bin./dspace registry-loader -metadata [dspace]../config/registries/dublin-core-types.xml
[dspace]/bin./dspace registry-loader -metadata [dspace]../config/registries/eperson-types.xml
[dspace]/bin./dspace registry-loader -metadata [dspace]../config/registries/local-types.xml
[dspace]/bin./dspace registry-loader -metadata [dspace]../config/registries/sword-metadata.xml
[dspace]/bin./dspace registry-loader -metadata [dspace]../config/registries/workflow-types.xml

...