diff --git a/content/post/2017-05.md b/content/post/2017-05.md index 7a5f7f122..6f0e22fab 100644 --- a/content/post/2017-05.md +++ b/content/post/2017-05.md @@ -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. +``` diff --git a/public/2017-05/index.html b/public/2017-05/index.html index 4718ce435..48299f8b7 100644 --- a/public/2017-05/index.html +++ b/public/2017-05/index.html @@ -13,7 +13,7 @@ - + @@ -45,9 +45,9 @@ "@type": "BlogPosting", "headline": "May, 2017", "url": "https://alanorth.github.io/cgspace-notes/2017-05/", - "wordCount": "700", + "wordCount": "782", "datePublished": "2017-05-01T16:21:52+02:00", - "dateModified": "2017-05-09T00:44:39+03:00", + "dateModified": "2017-05-09T10:06:42+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -220,6 +220,16 @@ $ 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=''
+Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "handle_pkey"
+ Detail: Key (handle_id)=(80928) already exists.
+
+
diff --git a/public/sitemap.xml b/public/sitemap.xml
index 059b01942..12f43a864 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -4,7 +4,7 @@