Add notes for 2019-08-18

This commit is contained in:
2019-08-18 23:07:48 +03:00
parent b381a0648c
commit 35125e6fd1
77 changed files with 120 additions and 94 deletions

View File

@ -196,4 +196,18 @@ $ dspace metadata-import -f /tmp/bioversity2.csv -e blah@blah.com
- Email Bioversity to let them know that the 1,427 records are on DSpace Test and that Abenet should look over them
## 2019-08-18
- Deploy latest `5_x-prod` branch on CGSpace (linode18), including the [new CCAFS project tags](https://github.com/ilri/DSpace/pull/429)
- Deploy Tomcat 7.0.96 and PostgreSQL JDBC 42.2.6 driver on CGSpace (linde18)
- After restarting Tomcat one of the Solr statistics cores failed to start up:
```
statistics-2015: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Error opening new searcher
```
- I decided to run all system updates on the server and reboot it
- After reboot the statistics-2018 core failed to load so I restarted `tomcat7` again
- After this last restart all Solr cores seem to be up and running
<!-- vim: set sw=2 ts=2: -->