mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-16 11:57:03 +01:00
Update notes for 2018-06-07
This commit is contained in:
parent
641ff428d1
commit
e7a46ddfb8
@ -50,3 +50,18 @@ sys 2m7.289s
|
|||||||
- Universit t Hannover
|
- Universit t Hannover
|
||||||
- Universit F lix Houphouet-Boigny
|
- Universit F lix Houphouet-Boigny
|
||||||
- I uploaded fixes for all those now, but I will continue with the rest of the data later
|
- 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!
|
||||||
|
@ -41,7 +41,7 @@ sys 2m7.289s
|
|||||||
|
|
||||||
<meta property="article:published_time" content="2018-06-04T19:49:54-07:00"/>
|
<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",
|
"@type": "BlogPosting",
|
||||||
"headline": "June, 2018",
|
"headline": "June, 2018",
|
||||||
"url": "https://alanorth.github.io/cgspace-notes/2018-06/",
|
"url": "https://alanorth.github.io/cgspace-notes/2018-06/",
|
||||||
"wordCount": "300",
|
"wordCount": "363",
|
||||||
"datePublished": "2018-06-04T19:49:54-07:00",
|
"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": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -217,6 +217,23 @@ sys 2m7.289s
|
|||||||
<li>Universit F lix Houphouet-Boigny</li>
|
<li>Universit F lix Houphouet-Boigny</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
<li>I uploaded fixes for all those now, but I will continue with the rest of the data later</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>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2018-06/</loc>
|
<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>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
@ -169,7 +169,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
<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>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -180,7 +180,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
<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>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -192,13 +192,13 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
<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>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
<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>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user