mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2017-08-09
This commit is contained in:
@ -37,7 +37,7 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2017-08-01T11:51:52+03:00"/>
|
||||
<meta property="article:modified_time" content="2017-08-07T16:09:11+03:00"/>
|
||||
<meta property="article:modified_time" content="2017-08-08T12:04:22+03:00"/>
|
||||
|
||||
|
||||
|
||||
@ -85,9 +85,9 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s
|
||||
"@type": "BlogPosting",
|
||||
"headline": "August, 2017",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2017-08/",
|
||||
"wordCount": "596",
|
||||
"wordCount": "653",
|
||||
"datePublished": "2017-08-01T11:51:52+03:00",
|
||||
"dateModified": "2017-08-07T16:09:11+03:00",
|
||||
"dateModified": "2017-08-08T12:04:22+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -215,6 +215,18 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s
|
||||
<li>I applied the changes in 500 item batches</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2017-08-09">2017-08-09</h2>
|
||||
|
||||
<ul>
|
||||
<li>Run system updates on DSpace Test and reboot server</li>
|
||||
<li>Help ICARDA upgrade their MELSpace to DSpace 5.7 using the <a href="https://github.com/alanorth/docker-dspace">docker-dspace</a> container
|
||||
|
||||
<ul>
|
||||
<li>We had to import the PostgreSQL dump to the PostgreSQL container using: <code>pg_restore -U postgres -d dspace blah.dump</code></li>
|
||||
<li>Otherwise, when using <code>-O</code> it messes up the permissions on the schema and DSpace can’t read it</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user