Add notes for 2021-02-07

This commit is contained in:
2021-02-07 16:27:36 +02:00
parent cc498e12a7
commit 04145d22b6
23 changed files with 71 additions and 29 deletions

View File

@ -32,7 +32,7 @@ $ curl -s 'http://localhost:9200/openrxv-items-temp/_count?q=*&pretty&#3
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2021-02/" />
<meta property="article:published_time" content="2021-02-01T10:13:54+02:00" />
<meta property="article:modified_time" content="2021-02-04T17:28:20+02:00" />
<meta property="article:modified_time" content="2021-02-06T14:00:36+02:00" />
@ -70,9 +70,9 @@ $ curl -s &#39;http://localhost:9200/openrxv-items-temp/_count?q=*&amp;pretty&#3
"@type": "BlogPosting",
"headline": "February, 2021",
"url": "https://alanorth.github.io/cgspace-notes/2021-02/",
"wordCount": "1406",
"wordCount": "1517",
"datePublished": "2021-02-01T10:13:54+02:00",
"dateModified": "2021-02-04T17:28:20+02:00",
"dateModified": "2021-02-06T14:00:36+02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -369,7 +369,27 @@ $ dspace oai import -c
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
<h2 id="2021-02-07">2021-02-07</h2>
<ul>
<li>Run system updates on CGSpace (linode18), deploy latest 6_x-prod branch, and reboot the server</li>
<li>After the server came back up I started a full Discovery re-indexing:</li>
</ul>
<pre><code class="language-console" data-lang="console">$ time chrt -b 0 ionice -c2 -n7 nice -n19 dspace index-discovery -b
real 247m30.850s
user 160m36.657s
sys 2m26.050s
</code></pre><ul>
<li>Regarding the CG Core v2 migration, Fabio wrote to tell me that he is not using CGSpace directly, instead harvesting via GARDIAN
<ul>
<li>He gave me the contact of Sotiris Konstantinidis, who is the CTO at SCIO Systems and works on the GARDIAN platform</li>
</ul>
</li>
<li>Delete the old Elasticsearch temp index to prepare for starting an AReS re-harvest:</li>
</ul>
<pre><code class="language-console" data-lang="console">$ curl -XDELETE 'http://localhost:9200/openrxv-items-temp'
# start indexing in AReS
</code></pre><!-- raw HTML omitted -->