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