mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-12-30
This commit is contained in:
@ -27,7 +27,7 @@ We don't need to distinguish between internal and external works, so that ma
|
||||
Yesterday I figured out how to monitor DSpace sessions using JMX
|
||||
I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu's munin-plugins-java package and used the stuff I discovered about JMX in 2018-01
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.61.0" />
|
||||
<meta name="generator" content="Hugo 0.62.0" />
|
||||
|
||||
|
||||
|
||||
@ -599,7 +599,7 @@ UPDATE 1
|
||||
</code></pre><h2 id="2018-02-17">2018-02-17</h2>
|
||||
<ul>
|
||||
<li>Peter pointed out that we had an incorrect sponsor in the controlled vocabulary: <code>U.S. Agency for International Development</code> → <code>United States Agency for International Development</code></li>
|
||||
<li>I made a pull request to fix it ((#354)[<a href="https://github.com/ilri/DSpace/pull/354">https://github.com/ilri/DSpace/pull/354</a>])</li>
|
||||
<li>I made a pull request to fix it ((#354)[https://github.com/ilri/DSpace/pull/354])</li>
|
||||
<li>I should remember to update existing values in PostgreSQL too:</li>
|
||||
</ul>
|
||||
<pre><code>dspace=# update metadatavalue set text_value='United States Agency for International Development' where resource_type_id=2 and metadata_field_id=29 and text_value like '%U.S. Agency for International Development%';
|
||||
|
Reference in New Issue
Block a user