Hi Dale,
It sounds like (as you noted in your first message) the metadata
registries failed to update automatically. The "database info" script
only checks the database *structure*, and not the contents in the
tables. So, in the case of the registry contents, you can always
manually re-run the registry script to ensure they are updated (it won't
hurt anything). It *should* be triggered automatically during your
upgrade, but it sounds like it may not have occurred properly for you
(and I'm not sure why that would be offhand).
Here's how to re-run the registry updates (manually). Again, in most
scenarios (at least that I've seen), these should be triggered
automatically immediately *after* the database structure/scheme is
upgraded. But, if they didn't trigger, they can be run manually with no
harm to your existing registries:
bin/dspace registry-loader -metadata config/registries/dcterms-types.xml
bin/dspace registry-loader -metadata config/registries/eperson-types.xml
bin/dspace registry-loader -metadata config/registries/sword-metadata.xml
bin/dspace registry-loader -metadata config/registries/workflow-types.xml
I hope that helps. If you are able to figure out why these were *not*
triggered to run automatically (maybe there was an error reported in
your logs during your upgrade?), that'd be useful information to pass
along to us. The intention is to ensure they do run automatically, in
order to make the upgrade process easier.
- Tim