mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2022-07-14
This commit is contained in:
@ -19,7 +19,7 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-07/" />
|
||||
<meta property="article:published_time" content="2022-07-02T14:07:36+03:00" />
|
||||
<meta property="article:modified_time" content="2022-07-08T15:49:45+03:00" />
|
||||
<meta property="article:modified_time" content="2022-07-12T12:15:17+03:00" />
|
||||
|
||||
|
||||
|
||||
@ -44,9 +44,9 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens
|
||||
"@type": "BlogPosting",
|
||||
"headline": "July, 2022",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2022-07/",
|
||||
"wordCount": "1660",
|
||||
"wordCount": "1743",
|
||||
"datePublished": "2022-07-02T14:07:36+03:00",
|
||||
"dateModified": "2022-07-08T15:49:45+03:00",
|
||||
"dateModified": "2022-07-12T12:15:17+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -431,6 +431,20 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens
|
||||
<li>The load is still higher than I would expect, and after a few more hours I see more Hetzner IPs coming through? Two more subnets to block</li>
|
||||
<li>Start a harvest on AReS</li>
|
||||
</ul>
|
||||
<h2 id="2022-07-12">2022-07-12</h2>
|
||||
<ul>
|
||||
<li>Update an incorrect ORCID identifier for Alliance</li>
|
||||
<li>Adjust collection permissions on CIFOR publications collection so Vika can submit without approval</li>
|
||||
</ul>
|
||||
<h2 id="2022-07-14">2022-07-14</h2>
|
||||
<ul>
|
||||
<li>Someone on the DSpace Slack mentioned having issues with the database configuration in DSpace 7.3
|
||||
<ul>
|
||||
<li>The reason is apparently that the default <code>db.dialect</code> changed from “org.dspace.storage.rdbms.hibernate.postgres.DSpacePostgreSQL82Dialect” to “org.hibernate.dialect.PostgreSQL94Dialect” as a result of a Hibernate update</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Then I was getting more errors starting the backend server in Tomcat, but the issue was that the backend server needs Solr to be up first!</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user