Add notes for 2020-03-04

This commit is contained in:
2020-03-04 18:02:54 +02:00
parent dd78ba17d2
commit 9d123bfa36
91 changed files with 138 additions and 112 deletions

View File

@ -1112,10 +1112,4 @@ Moving: 21993 into core statistics-2019
- When I check Solr I see the `statistics-2019` core loaded (from `stats-util -s` yesterday, not manually created)
## 2020-03-03
- Skype with Peter and Abenet to discuss the CG Core survey
- We also discussed some other CGSpace issues
<!-- vim: set sw=2 ts=2: -->

View File

@ -19,4 +19,22 @@ $ export JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8"
$ ~/dspace63/bin/dspace solr-upgrade-statistics-6x
```
## 2020-03-03
- Skype with Peter and Abenet to discuss the CG Core survey
- We also discussed some other CGSpace issues
## 2020-03-04
- Abenet asked me to add some new ILRI subjects to CGSpace
- I [updated the input-forms.xml](https://github.com/ilri/DSpace/commit/b51a242e773bd8658d3cab4ac883975708b00386) in our `5_x-prod` branch on GitHub
- Abenet said we are changing `HEALTH` to `HUMAN HEALTH` so I need to fix those using my `fix-metadata-values.py` script:
```
$ ./fix-metadata-values.py -i 2020-03-04-fix-1-ilri-subject.csv -db dspace -u dspace -p 'fuuu' -f cg.subject.ilri -m 203 -t correct -d
```
- But I have not run it on CGSpace yet because we want to ask Peter if he is sure about it...
- Send a message to Macaroni Bros to ask them about their Drupal module and its readiness for DSpace 6 UUIDs
<!-- vim: set sw=2 ts=2: -->