mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 22:55:04 +01:00
Add notes for 2018-04-19
This commit is contained in:
parent
65a617ef8a
commit
9a12fbf8f4
@ -372,3 +372,12 @@ webui.itemlist.sort-option.4 = type:dc.type:text
|
|||||||
```
|
```
|
||||||
dspace#= \copy (select distinct text_value, count(*) from metadatavalue where metadata_field_id = (select metadata_field_id from metadatafieldregistry where element = 'contributor' and qualifier = 'author') AND resource_type_id = 2 AND resource_id IN (select item_id from collection2item where collection_id IN (select resource_id from handle where handle in ('10568/89347', '10568/88229', '10568/53086', '10568/53085', '10568/69069', '10568/53087', '10568/53088', '10568/53089', '10568/53090', '10568/53091', '10568/53092', '10568/70150', '10568/53093', '10568/64874', '10568/53094'))) group by text_value order by count desc) to /tmp/cip-authors.csv with csv;
|
dspace#= \copy (select distinct text_value, count(*) from metadatavalue where metadata_field_id = (select metadata_field_id from metadatafieldregistry where element = 'contributor' and qualifier = 'author') AND resource_type_id = 2 AND resource_id IN (select item_id from collection2item where collection_id IN (select resource_id from handle where handle in ('10568/89347', '10568/88229', '10568/53086', '10568/53085', '10568/69069', '10568/53087', '10568/53088', '10568/53089', '10568/53090', '10568/53091', '10568/53092', '10568/70150', '10568/53093', '10568/64874', '10568/53094'))) group by text_value order by count desc) to /tmp/cip-authors.csv with csv;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 2018-04-19
|
||||||
|
|
||||||
|
- Run updates on DSpace Test (linode19) and reboot the server
|
||||||
|
- Also try deploying updated GeoLite database during ant update while re-deploying code:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ ant update update_geolite clean_backups
|
||||||
|
```
|
||||||
|
@ -21,7 +21,7 @@ Catalina logs at least show some memory errors yesterday:
|
|||||||
|
|
||||||
<meta property="article:published_time" content="2018-04-01T16:13:54+02:00"/>
|
<meta property="article:published_time" content="2018-04-01T16:13:54+02:00"/>
|
||||||
|
|
||||||
<meta property="article:modified_time" content="2018-04-18T12:38:12+03:00"/>
|
<meta property="article:modified_time" content="2018-04-18T17:17:04+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -53,9 +53,9 @@ Catalina logs at least show some memory errors yesterday:
|
|||||||
"@type": "BlogPosting",
|
"@type": "BlogPosting",
|
||||||
"headline": "April, 2018",
|
"headline": "April, 2018",
|
||||||
"url": "https://alanorth.github.io/cgspace-notes/2018-04/",
|
"url": "https://alanorth.github.io/cgspace-notes/2018-04/",
|
||||||
"wordCount": "2028",
|
"wordCount": "2056",
|
||||||
"datePublished": "2018-04-01T16:13:54+02:00",
|
"datePublished": "2018-04-01T16:13:54+02:00",
|
||||||
"dateModified": "2018-04-18T12:38:12+03:00",
|
"dateModified": "2018-04-18T17:17:04+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -537,6 +537,16 @@ webui.itemlist.sort-option.4 = type:dc.type:text
|
|||||||
<pre><code>dspace#= \copy (select distinct text_value, count(*) from metadatavalue where metadata_field_id = (select metadata_field_id from metadatafieldregistry where element = 'contributor' and qualifier = 'author') AND resource_type_id = 2 AND resource_id IN (select item_id from collection2item where collection_id IN (select resource_id from handle where handle in ('10568/89347', '10568/88229', '10568/53086', '10568/53085', '10568/69069', '10568/53087', '10568/53088', '10568/53089', '10568/53090', '10568/53091', '10568/53092', '10568/70150', '10568/53093', '10568/64874', '10568/53094'))) group by text_value order by count desc) to /tmp/cip-authors.csv with csv;
|
<pre><code>dspace#= \copy (select distinct text_value, count(*) from metadatavalue where metadata_field_id = (select metadata_field_id from metadatafieldregistry where element = 'contributor' and qualifier = 'author') AND resource_type_id = 2 AND resource_id IN (select item_id from collection2item where collection_id IN (select resource_id from handle where handle in ('10568/89347', '10568/88229', '10568/53086', '10568/53085', '10568/69069', '10568/53087', '10568/53088', '10568/53089', '10568/53090', '10568/53091', '10568/53092', '10568/70150', '10568/53093', '10568/64874', '10568/53094'))) group by text_value order by count desc) to /tmp/cip-authors.csv with csv;
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
<h2 id="2018-04-19">2018-04-19</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Run updates on DSpace Test (linode19) and reboot the server</li>
|
||||||
|
<li>Also try deploying updated GeoLite database during ant update while re-deploying code:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ ant update update_geolite clean_backups
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2018-04/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2018-04/</loc>
|
||||||
<lastmod>2018-04-18T12:38:12+03:00</lastmod>
|
<lastmod>2018-04-18T17:17:04+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
@ -159,7 +159,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||||
<lastmod>2018-04-18T12:38:12+03:00</lastmod>
|
<lastmod>2018-04-18T17:17:04+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -170,7 +170,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||||
<lastmod>2018-04-18T12:38:12+03:00</lastmod>
|
<lastmod>2018-04-18T17:17:04+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -182,13 +182,13 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||||
<lastmod>2018-04-18T12:38:12+03:00</lastmod>
|
<lastmod>2018-04-18T17:17:04+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||||
<lastmod>2018-04-18T12:38:12+03:00</lastmod>
|
<lastmod>2018-04-18T17:17:04+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user