Update notes for 2017-05-09

This commit is contained in:
2017-05-10 00:16:49 +03:00
parent 4b8c67c427
commit 57d98dd690
3 changed files with 27 additions and 8 deletions

View File

@ -88,3 +88,12 @@ $ for item in /home/aorth/10947-1/ITEM@10947-*; do [dspace]/bin/dspace packager
```
dspace=# delete from metadatavalue where resource_type_id=2 and text_value=''
```
- I ended up running into issues during data cleaning and decided to wipe out the entire community and re-sync DSpace Test assetstore and database from CGSpace rather than waiting for the cleanup task to clean up
- Hours into the re-ingestion I ran into more errors, and had to erase everything and start over _again_!
- Now, no matter what I do I keep getting foreign key errors...
```
Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "handle_pkey"
Detail: Key (handle_id)=(80928) already exists.
```