Add notes for 2021-02-07

This commit is contained in:
2021-02-07 16:27:36 +02:00
parent cc498e12a7
commit 04145d22b6
23 changed files with 71 additions and 29 deletions

View File

@ -212,4 +212,26 @@ $ ./ilri/fix-metadata-values.py -i /tmp/2020-10-28-Series-PB.csv -db dspace -u d
- For some reason the default policy for the item was "COLLECTION_492_DEFAULT_READ" group, which had zero members
- I changed them all to Anonymous and the item was accessible
## 2021-02-07
- Run system updates on CGSpace (linode18), deploy latest 6_x-prod branch, and reboot the server
- After the server came back up I started a full Discovery re-indexing:
```console
$ time chrt -b 0 ionice -c2 -n7 nice -n19 dspace index-discovery -b
real 247m30.850s
user 160m36.657s
sys 2m26.050s
```
- Regarding the CG Core v2 migration, Fabio wrote to tell me that he is not using CGSpace directly, instead harvesting via GARDIAN
- He gave me the contact of Sotiris Konstantinidis, who is the CTO at SCIO Systems and works on the GARDIAN platform
- Delete the old Elasticsearch temp index to prepare for starting an AReS re-harvest:
```console
$ curl -XDELETE 'http://localhost:9200/openrxv-items-temp'
# start indexing in AReS
```
<!-- vim: set sw=2 ts=2: -->