Update notes for 2018-06-07

This commit is contained in:
Alan Orth 2018-06-07 23:39:29 -07:00
parent 641ff428d1
commit e7a46ddfb8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
3 changed files with 40 additions and 8 deletions

View File

@ -50,3 +50,18 @@ sys 2m7.289s
- Universit t Hannover
- Universit F lix Houphouet-Boigny
- I uploaded fixes for all those now, but I will continue with the rest of the data later
- Regarding the SQL migration errors, Atmire told me I need to run some migrations manually in PostgreSQL:
```
delete from schema_version where version = '5.6.2015.12.03.2';
update schema_version set version = '5.6.2015.12.03.2' where version = '5.5.2015.12.03.2';
update schema_version set version = '5.8.2015.12.03.3' where version = '5.5.2015.12.03.3';
```
- And then I need to ignore the ignored ones:
```
$ ~/dspace/bin/dspace database migrate ignored
```
- Now DSpace starts up properly!

View File

@ -41,7 +41,7 @@ sys 2m7.289s
<meta property="article:published_time" content="2018-06-04T19:49:54-07:00"/>
<meta property="article:modified_time" content="2018-06-06T10:39:48-07:00"/>
<meta property="article:modified_time" content="2018-06-07T09:17:51-07:00"/>
@ -93,9 +93,9 @@ sys 2m7.289s
"@type": "BlogPosting",
"headline": "June, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-06/",
"wordCount": "300",
"wordCount": "363",
"datePublished": "2018-06-04T19:49:54-07:00",
"dateModified": "2018-06-06T10:39:48-07:00",
"dateModified": "2018-06-07T09:17:51-07:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -217,6 +217,23 @@ sys 2m7.289s
<li>Universit F lix Houphouet-Boigny</li>
</ul></li>
<li>I uploaded fixes for all those now, but I will continue with the rest of the data later</li>
<li>Regarding the SQL migration errors, Atmire told me I need to run some migrations manually in PostgreSQL:</li>
</ul>
<pre><code>delete from schema_version where version = '5.6.2015.12.03.2';
update schema_version set version = '5.6.2015.12.03.2' where version = '5.5.2015.12.03.2';
update schema_version set version = '5.8.2015.12.03.3' where version = '5.5.2015.12.03.3';
</code></pre>
<ul>
<li>And then I need to ignore the ignored ones:</li>
</ul>
<pre><code>$ ~/dspace/bin/dspace database migrate ignored
</code></pre>
<ul>
<li>Now DSpace starts up properly!</li>
</ul>

View File

@ -4,7 +4,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/2018-06/</loc>
<lastmod>2018-06-06T10:39:48-07:00</lastmod>
<lastmod>2018-06-07T09:17:51-07:00</lastmod>
</url>
<url>
@ -169,7 +169,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2018-06-06T10:39:48-07:00</lastmod>
<lastmod>2018-06-07T09:17:51-07:00</lastmod>
<priority>0</priority>
</url>
@ -180,7 +180,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
<lastmod>2018-06-06T10:39:48-07:00</lastmod>
<lastmod>2018-06-07T09:17:51-07:00</lastmod>
<priority>0</priority>
</url>
@ -192,13 +192,13 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2018-06-06T10:39:48-07:00</lastmod>
<lastmod>2018-06-07T09:17:51-07:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
<lastmod>2018-06-06T10:39:48-07:00</lastmod>
<lastmod>2018-06-07T09:17:51-07:00</lastmod>
<priority>0</priority>
</url>