Hello All.
I make migration from DSpace6 to DSpace7 following the documentations.
I installed DSpace7 in new server and follow the steps of these documentations.
In this group normally is recommended run database migration, copy of solr folders, test solr connection when erros show up. I've already make these steps.
- Follow the steps of database migration using the command:
[dspace]/bin/dspace database migrate ignored as mentioned in docs.
- Copy Solr cores from DSpace to Solr configsets folder;
- Run Indexing:
[dspace]/bin/dspace index-discovery -b
- Test Solr:
${solr.server}/search/select and it return a json
Actually tomcat, Solr and Frontend is running but I have a problem.
In Frontend, I can see the eperson and groups imported from Dspace6 database, but communities, collections and author, title browse is showing nothing.