mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2021-02-07
This commit is contained in:
@ -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: -->
|
||||
|
Reference in New Issue
Block a user