Update notes for 2017-04-17

This commit is contained in:
2017-04-17 15:01:57 +03:00
parent a2483f9cbf
commit 650630e650
3 changed files with 19 additions and 8 deletions

View File

@ -210,3 +210,9 @@ sys 1m29.310s
- CIFOR has now implemented a new "cgiar" context in their OAI that exposes CG fields, so I am re-harvesting that to see how it looks in the Discovery sidebars and searches
- See: https://data.cifor.org/dspace/oai/cgiar?verb=GetRecord&metadataPrefix=dim&identifier=oai:data.cifor.org:11463/947
- One thing we need to remember if we start using OAI is to enable the autostart of the harvester process (see `harvester.autoStart` in `dspace/config/modules/oai.cfg`)
- Error when running DSpace cleanup task on DSpace Test and CGSpace (on the same item), I need to look this up:
```
Error: ERROR: update or delete on table "bitstream" violates foreign key constraint "bundle_primary_bitstream_id_fkey" on table "bundle"
Detail: Key (bitstream_id)=(435) is still referenced from table "bundle".
```