From a08eb81c70be11b1dd3d5206a6b052d6973223e0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 7 Jun 2021 08:05:14 +0300 Subject: [PATCH] Add notes for 2021-06-06 --- content/posts/2021-06.md | 20 ++++++++++++++++++++ docs/2021-06/index.html | 24 +++++++++++++++++++++--- docs/categories/index.html | 2 +- docs/categories/notes/index.html | 2 +- docs/categories/notes/page/2/index.html | 2 +- docs/categories/notes/page/3/index.html | 2 +- docs/categories/notes/page/4/index.html | 2 +- docs/categories/notes/page/5/index.html | 2 +- docs/index.html | 2 +- docs/page/2/index.html | 2 +- docs/page/3/index.html | 2 +- docs/page/4/index.html | 2 +- docs/page/5/index.html | 2 +- docs/page/6/index.html | 2 +- docs/page/7/index.html | 2 +- docs/page/8/index.html | 2 +- docs/posts/index.html | 2 +- docs/posts/page/2/index.html | 2 +- docs/posts/page/3/index.html | 2 +- docs/posts/page/4/index.html | 2 +- docs/posts/page/5/index.html | 2 +- docs/posts/page/6/index.html | 2 +- docs/posts/page/7/index.html | 2 +- docs/posts/page/8/index.html | 2 +- docs/sitemap.xml | 10 +++++----- 25 files changed, 68 insertions(+), 30 deletions(-) diff --git a/content/posts/2021-06.md b/content/posts/2021-06.md index c8a96d2ee..6537c836c 100644 --- a/content/posts/2021-06.md +++ b/content/posts/2021-06.md @@ -38,4 +38,24 @@ https://cgspace.cgiar.org/open-search/discover?query=subject:water%20scarcity&sc - Otherwise, another alternative would be to use the IWMI CSV that we are already exporting every week - Fill out the *CGIAR-AGROVOC Task Group: Survey on the current CGIAR use of AGROVOC* survey on behalf of CGSpace +## 2021-06-06 + +- The Elasticsearch indexes are messed up so I dumped and re-created them correctly: + +```console +curl -XDELETE 'http://localhost:9200/openrxv-items-final' +curl -XDELETE 'http://localhost:9200/openrxv-items-temp' +curl -XPUT 'http://localhost:9200/openrxv-items-final' +curl -XPUT 'http://localhost:9200/openrxv-items-temp' +curl -s -X POST 'http://localhost:9200/_aliases' -H 'Content-Type: application/json' -d'{"actions" : [{"add" : { "index" : "openrxv-items-final", "alias" : "openrxv-items"}}]}' +elasticdump --input=/home/aorth/openrxv-items_mapping.json --output=http://localhost:9200/openrxv-items-final --type=mapping +elasticdump --input=/home/aorth/openrxv-items_data.json --output=http://localhost:9200/openrxv-items-final --type=data --limit=1000 +``` + +- Then I started a harvesting on AReS + +## 2021-06-07 + +- The harvesting on AReS completed successfully + diff --git a/docs/2021-06/index.html b/docs/2021-06/index.html index e64d39c13..b5143b1e4 100644 --- a/docs/2021-06/index.html +++ b/docs/2021-06/index.html @@ -20,7 +20,7 @@ I simply started it and AReS was running again: - + @@ -46,9 +46,9 @@ I simply started it and AReS was running again: "@type": "BlogPosting", "headline": "June, 2021", "url": "https://alanorth.github.io/cgspace-notes/2021-06/", - "wordCount": "283", + "wordCount": "351", "datePublished": "2021-06-01T10:51:07+03:00", - "dateModified": "2021-06-01T10:51:07+03:00", + "dateModified": "2021-06-03T21:54:49+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -158,6 +158,24 @@ I simply started it and AReS was running again:
  • Otherwise, another alternative would be to use the IWMI CSV that we are already exporting every week
  • Fill out the CGIAR-AGROVOC Task Group: Survey on the current CGIAR use of AGROVOC survey on behalf of CGSpace
  • +

    2021-06-06

    + +
    curl -XDELETE 'http://localhost:9200/openrxv-items-final'
    +curl -XDELETE 'http://localhost:9200/openrxv-items-temp'
    +curl -XPUT 'http://localhost:9200/openrxv-items-final'
    +curl -XPUT 'http://localhost:9200/openrxv-items-temp'
    +curl -s -X POST 'http://localhost:9200/_aliases' -H 'Content-Type: application/json' -d'{"actions" : [{"add" : { "index" : "openrxv-items-final", "alias" : "openrxv-items"}}]}'
    +elasticdump --input=/home/aorth/openrxv-items_mapping.json --output=http://localhost:9200/openrxv-items-final --type=mapping
    +elasticdump --input=/home/aorth/openrxv-items_data.json --output=http://localhost:9200/openrxv-items-final --type=data --limit=1000
    +
    +

    2021-06-07

    + diff --git a/docs/categories/index.html b/docs/categories/index.html index 93d629f2e..2df495c42 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html index c95bd40c0..ace763a3b 100644 --- a/docs/categories/notes/index.html +++ b/docs/categories/notes/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html index b02a24684..e175645db 100644 --- a/docs/categories/notes/page/2/index.html +++ b/docs/categories/notes/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/3/index.html b/docs/categories/notes/page/3/index.html index 5f923b754..ffc99c096 100644 --- a/docs/categories/notes/page/3/index.html +++ b/docs/categories/notes/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/4/index.html b/docs/categories/notes/page/4/index.html index 45084b30f..44ebf01ea 100644 --- a/docs/categories/notes/page/4/index.html +++ b/docs/categories/notes/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/5/index.html b/docs/categories/notes/page/5/index.html index b42c86e60..0560cab29 100644 --- a/docs/categories/notes/page/5/index.html +++ b/docs/categories/notes/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/index.html b/docs/index.html index de12859eb..bf8843956 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/2/index.html b/docs/page/2/index.html index 3514d6706..63a49938d 100644 --- a/docs/page/2/index.html +++ b/docs/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/3/index.html b/docs/page/3/index.html index 1fdb85f68..04bbd9fd3 100644 --- a/docs/page/3/index.html +++ b/docs/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/4/index.html b/docs/page/4/index.html index 5ce54318d..67a706200 100644 --- a/docs/page/4/index.html +++ b/docs/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/5/index.html b/docs/page/5/index.html index 4978fa577..ee8633f50 100644 --- a/docs/page/5/index.html +++ b/docs/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/6/index.html b/docs/page/6/index.html index acfa55855..1e778a888 100644 --- a/docs/page/6/index.html +++ b/docs/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/7/index.html b/docs/page/7/index.html index 48ccfe3ce..31ac7cabf 100644 --- a/docs/page/7/index.html +++ b/docs/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/8/index.html b/docs/page/8/index.html index 896e1ea00..cff560ade 100644 --- a/docs/page/8/index.html +++ b/docs/page/8/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/index.html b/docs/posts/index.html index 2c299d143..c9c0419ab 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html index 308c8b25f..0411adc28 100644 --- a/docs/posts/page/2/index.html +++ b/docs/posts/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html index c825464ad..f536aeefe 100644 --- a/docs/posts/page/3/index.html +++ b/docs/posts/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html index 959962110..d83689263 100644 --- a/docs/posts/page/4/index.html +++ b/docs/posts/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html index 20ad5f8ae..5593c5e1a 100644 --- a/docs/posts/page/5/index.html +++ b/docs/posts/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html index 58c6b5930..9da89e8ed 100644 --- a/docs/posts/page/6/index.html +++ b/docs/posts/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/7/index.html b/docs/posts/page/7/index.html index 3ceb536fd..81a8d5715 100644 --- a/docs/posts/page/7/index.html +++ b/docs/posts/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/8/index.html b/docs/posts/page/8/index.html index d61ae0b10..b5b6f0b23 100644 --- a/docs/posts/page/8/index.html +++ b/docs/posts/page/8/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index a4d9e53ea..85167e397 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -3,19 +3,19 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> https://alanorth.github.io/cgspace-notes/categories/ - 2021-06-01T10:51:07+03:00 + 2021-06-03T21:54:49+03:00 https://alanorth.github.io/cgspace-notes/ - 2021-06-01T10:51:07+03:00 + 2021-06-03T21:54:49+03:00 https://alanorth.github.io/cgspace-notes/2021-06/ - 2021-06-01T10:51:07+03:00 + 2021-06-03T21:54:49+03:00 https://alanorth.github.io/cgspace-notes/categories/notes/ - 2021-06-01T10:51:07+03:00 + 2021-06-03T21:54:49+03:00 https://alanorth.github.io/cgspace-notes/posts/ - 2021-06-01T10:51:07+03:00 + 2021-06-03T21:54:49+03:00 https://alanorth.github.io/cgspace-notes/2021-05/ 2021-05-30T22:09:06+03:00