Add notes for 2016-11-27

This commit is contained in:
2016-11-27 10:05:11 +02:00
parent ada739eda5
commit b4fb56b28e
5 changed files with 96 additions and 1 deletions

View File

@ -382,3 +382,18 @@ dspace=# select text_value from metadatavalue where text_value like '%.jpg.jpg';
- Bizuwork was testing DSpace Test on DSPace 5.5 and noticed that the Listings and Reports module seems to be case sensitive, whereas CGSpace's Listings and Reports isn't (ie, a search for "orth, alan" vs "Orth, Alan" returns the same results on CGSpace, but different on DSpace Test)
- I have raised a ticket with Atmire
- Looks like this issue is actually the new Listings and Reports module honoring the Solr search queries more correctly
## 2016-11-27
- Run system updates on DSpace Test and reboot the server
- Deploy DSpace 5.5 on CGSpace:
- maven package
- stop tomcat
- backup postgresql
- run Atmire 5.5 schema deletions
- delete the deployed spring folder
- ant update
- run system updates
- reboot server
- Need to do updates for ansible infrastructure role defaults, and switch the GitHub branch to the new 5.5 one