Skip to content
MajoBerger edited this page Aug 2, 2022 · 8 revisions

If not specified otherwise, dspace means [dspace-installation-folder]\bin\dspace CLI tool

Creating new user

dspace user --add -m <E-MAIL> -g <FIRSTNAME> -s <SURNAME> -l en -p <PASSWORD>

Reindex Solr indexes

https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-DiscoverySolrIndexMaintenance

Remove index of items which removed from the DB: dspace index-discovery -c

Update indexes: dspace index-discovery

Clone this wiki locally