diff --git a/content/post/2017-05.md b/content/post/2017-05.md index 8eebac334..9e3bf6cb2 100644 --- a/content/post/2017-05.md +++ b/content/post/2017-05.md @@ -139,3 +139,16 @@ dspace=# delete from metadatavalue where resource_type_id=2 and text_value=''; - After that I started looking in the `dc.subject` field to try to pull countries and regions out, but there are too many values in there - Bump the Academicons dependency of the Mirage 2 themes from 1.6.0 to 1.8.0 because the upstream deleted the old tag and now the build is failing: [#321](https://github.com/ilri/DSpace/pull/321) - Merge changes to CCAFS project identifiers and flagships: [#320](https://github.com/ilri/DSpace/pull/320) +- Run updates for CCCAFS flagships on CGSpace: + +``` +$ ./fix-metadata-values.py -i /tmp/ccafs-flagships-may7.csv -f cg.subject.ccafs -t correct -m 210 -d dspace -u dspace -p 'fuuu' +``` + +- These include: + - GENDER AND SOCIAL DIFFERENTIATION→GENDER AND SOCIAL INCLUSION + - MANAGING CLIMATE RISK→CLIMATE SERVICES AND SAFETY NETS + +- Re-deploy CGSpace and DSpace Test and run system updates +- Reboot DSpace Test +- Fix cron jobs for log management on DSpace Test, as they weren't catching `dspace.log.*` files correctly and we had over six months of them and they were taking up many gigs of disk space diff --git a/public/2017-05/index.html b/public/2017-05/index.html index 23ed81b03..0bd794b3d 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": "1203", + "wordCount": "1288", "datePublished": "2017-05-01T16:21:52+02:00", - "dateModified": "2017-05-15T07:52:09+03:00", + "dateModified": "2017-05-15T18:50:49+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -278,6 +278,25 @@ $ for item in /home/aorth/10947-1/ITEM@10947-*; do [dspace]/bin/dspace packager
dc.subject
field to try to pull countries and regions out, but there are too many values in there$ ./fix-metadata-values.py -i /tmp/ccafs-flagships-may7.csv -f cg.subject.ccafs -t correct -m 210 -d dspace -u dspace -p 'fuuu'
+
+
+These include:
+ +Re-deploy CGSpace and DSpace Test and run system updates
Reboot DSpace Test
Fix cron jobs for log management on DSpace Test, as they weren’t catching dspace.log.*
files correctly and we had over six months of them and they were taking up many gigs of disk space