Add notes for 2021-01-31

This commit is contained in:
2021-01-31 16:32:16 +02:00
parent 39aabc71cd
commit 43462ffbeb
23 changed files with 57 additions and 28 deletions

View File

@ -418,4 +418,18 @@ $ curl -s "http://localhost:8081/solr/statistics/update?softCommit=true" -H "Con
- I deployed the SDGs, Impact Areas, and favicon changes to CGSpace and posted a note on Yammer for the editors
- Also ran all system updates and rebooted the server (linode18)
## 2021-01-31
- AReS Explorer has been down since yesterday for some reason
- First I ran all updates and rebooted the server (linode20)
- Then start a re-index, first deleting the old Elasticsearch temp index:
```console
$ curl -XDELETE 'http://localhost:9200/openrxv-items-temp'
# start indexing in AReS
```
- Sent out emails about CG Core v2 to Macaroni Bros, Fabio, Hector at CCAFS, Dani and Tariku
- A bit more minor work on testing the series/report/journal changes for CG Core v2
<!-- vim: set sw=2 ts=2: -->