Update notes for 2019-03-17

This commit is contained in:
Alan Orth 2019-03-17 22:24:02 +02:00
parent 630b3a50d6
commit 0099ddbced
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
3 changed files with 38 additions and 8 deletions

View File

@ -323,5 +323,20 @@ java.util.EmptyStackException
- Then I noticed that the item displays were blank... so I checked the database info and saw there were some unfinished migrations
- I'm not entirely sure if it's related, but I tried to delete the old migrations and then force running the ignored ones like when we upgraded to [DSpace 5.8 in 2018-06]({{< relref "2018-06.md" >}}) and then after restarting Tomcat I could see the item displays again
- I copied the 2019 Solr statistics core from CGSpace to DSpace Test and it works (and is only 5.5GB currently), so now we have some useful stats on DSpace Test for the CUA module and the dspace-statistics-api
- I ran DSpace's cleanup task on CGSpace (linode18) and there were errors:
```
$ dspace cleanup -v
Error: ERROR: update or delete on table "bitstream" violates foreign key constraint "bundle_primary_bitstream_id_fkey" on table "bundle"
Detail: Key (bitstream_id)=(164496) is still referenced from table "bundle".
```
- The solution is, as always:
```
# su - postgres
$ psql dspacetest -c 'update bundle set primary_bitstream_id=NULL where primary_bitstream_id in (164496);'
UPDATE 1
```
<!-- vim: set sw=2 ts=2: -->

View File

@ -25,7 +25,7 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-03/" />
<meta property="article:published_time" content="2019-03-01T12:16:30&#43;01:00"/>
<meta property="article:modified_time" content="2019-03-17T21:48:21&#43;02:00"/>
<meta property="article:modified_time" content="2019-03-17T21:50:55&#43;02:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="March, 2019"/>
@ -55,9 +55,9 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca
"@type": "BlogPosting",
"headline": "March, 2019",
"url": "https://alanorth.github.io/cgspace-notes/2019-03/",
"wordCount": "2114",
"wordCount": "2178",
"datePublished": "2019-03-01T12:16:30&#43;01:00",
"dateModified": "2019-03-17T21:48:21&#43;02:00",
"dateModified": "2019-03-17T21:50:55&#43;02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -509,8 +509,23 @@ java.util.EmptyStackException
<li>I&rsquo;m not entirely sure if it&rsquo;s related, but I tried to delete the old migrations and then force running the ignored ones like when we upgraded to <a href="/cgspace-notes/2018-06/">DSpace 5.8 in 2018-06</a> and then after restarting Tomcat I could see the item displays again</li>
</ul></li>
<li>I copied the 2019 Solr statistics core from CGSpace to DSpace Test and it works (and is only 5.5GB currently), so now we have some useful stats on DSpace Test for the CUA module and the dspace-statistics-api</li>
<li>I ran DSpace&rsquo;s cleanup task on CGSpace (linode18) and there were errors:</li>
</ul>
<pre><code>$ dspace cleanup -v
Error: ERROR: update or delete on table &quot;bitstream&quot; violates foreign key constraint &quot;bundle_primary_bitstream_id_fkey&quot; on table &quot;bundle&quot;
Detail: Key (bitstream_id)=(164496) is still referenced from table &quot;bundle&quot;.
</code></pre>
<ul>
<li>The solution is, as always:</li>
</ul>
<pre><code># su - postgres
$ psql dspacetest -c 'update bundle set primary_bitstream_id=NULL where primary_bitstream_id in (164496);'
UPDATE 1
</code></pre>
<!-- vim: set sw=2 ts=2: -->

View File

@ -4,7 +4,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/2019-03/</loc>
<lastmod>2019-03-17T21:48:21+02:00</lastmod>
<lastmod>2019-03-17T21:50:55+02:00</lastmod>
</url>
<url>
@ -214,7 +214,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2019-03-17T21:48:21+02:00</lastmod>
<lastmod>2019-03-17T21:50:55+02:00</lastmod>
<priority>0</priority>
</url>
@ -225,7 +225,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
<lastmod>2019-03-17T21:48:21+02:00</lastmod>
<lastmod>2019-03-17T21:50:55+02:00</lastmod>
<priority>0</priority>
</url>
@ -237,13 +237,13 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2019-03-17T21:48:21+02:00</lastmod>
<lastmod>2019-03-17T21:50:55+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
<lastmod>2019-03-17T21:48:21+02:00</lastmod>
<lastmod>2019-03-17T21:50:55+02:00</lastmod>
<priority>0</priority>
</url>