mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-11 22:43:20 +01:00
Add notes for 2016-08-22
This commit is contained in:
parent
f50c6eb05a
commit
57e91eaa5b
@ -148,3 +148,41 @@ dspace=# update metadatavalue set text_value='CONGO, DR' where resource_type_id=
|
|||||||
- I updated my name format on ORCID and I've been running that script a few times per day since then but nothing has changed
|
- I updated my name format on ORCID and I've been running that script a few times per day since then but nothing has changed
|
||||||
- Still troubleshooting Atmire modules on DSpace 5.5
|
- Still troubleshooting Atmire modules on DSpace 5.5
|
||||||
- I sent them some new verbose logs: https://gist.github.com/alanorth/700748995649688148ceba89d760253e
|
- I sent them some new verbose logs: https://gist.github.com/alanorth/700748995649688148ceba89d760253e
|
||||||
|
|
||||||
|
## 2016-08-22
|
||||||
|
|
||||||
|
- Database migrations are fine on DSpace 5.1:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ ~/dspace/bin/dspace database info
|
||||||
|
|
||||||
|
Database URL: jdbc:postgresql://localhost:5432/dspacetest
|
||||||
|
Database Schema: public
|
||||||
|
Database Software: PostgreSQL version 9.3.14
|
||||||
|
Database Driver: PostgreSQL Native Driver version PostgreSQL 9.1 JDBC4 (build 901)
|
||||||
|
|
||||||
|
+----------------+----------------------------+---------------------+---------+
|
||||||
|
| Version | Description | Installed on | State |
|
||||||
|
+----------------+----------------------------+---------------------+---------+
|
||||||
|
| 1.1 | Initial DSpace 1.1 databas | | PreInit |
|
||||||
|
| 1.2 | Upgrade to DSpace 1.2 sche | | PreInit |
|
||||||
|
| 1.3 | Upgrade to DSpace 1.3 sche | | PreInit |
|
||||||
|
| 1.3.9 | Drop constraint for DSpace | | PreInit |
|
||||||
|
| 1.4 | Upgrade to DSpace 1.4 sche | | PreInit |
|
||||||
|
| 1.5 | Upgrade to DSpace 1.5 sche | | PreInit |
|
||||||
|
| 1.5.9 | Drop constraint for DSpace | | PreInit |
|
||||||
|
| 1.6 | Upgrade to DSpace 1.6 sche | | PreInit |
|
||||||
|
| 1.7 | Upgrade to DSpace 1.7 sche | | PreInit |
|
||||||
|
| 1.8 | Upgrade to DSpace 1.8 sche | | PreInit |
|
||||||
|
| 3.0 | Upgrade to DSpace 3.x sche | | PreInit |
|
||||||
|
| 4.0 | Initializing from DSpace 4 | 2015-11-20 12:42:52 | Success |
|
||||||
|
| 5.0.2014.08.08 | DS-1945 Helpdesk Request a | 2015-11-20 12:42:53 | Success |
|
||||||
|
| 5.0.2014.09.25 | DS 1582 Metadata For All O | 2015-11-20 12:42:55 | Success |
|
||||||
|
| 5.0.2014.09.26 | DS-1582 Metadata For All O | 2015-11-20 12:42:55 | Success |
|
||||||
|
| 5.0.2015.01.27 | MigrateAtmireExtraMetadata | 2015-11-20 12:43:29 | Success |
|
||||||
|
| 5.1.2015.12.03 | Atmire CUA 4 migration | 2016-03-21 17:10:41 | Success |
|
||||||
|
| 5.1.2015.12.03 | Atmire MQM migration | 2016-03-21 17:10:42 | Success |
|
||||||
|
+----------------+----------------------------+---------------------+---------+
|
||||||
|
```
|
||||||
|
|
||||||
|
- So I'm not sure why they have problems when we move to DSpace 5.5 (even the 5.1 migrations themselves show as "Missing")
|
||||||
|
@ -255,6 +255,47 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol
|
|||||||
<li>I updated my name format on ORCID and I’ve been running that script a few times per day since then but nothing has changed</li>
|
<li>I updated my name format on ORCID and I’ve been running that script a few times per day since then but nothing has changed</li>
|
||||||
<li>Still troubleshooting Atmire modules on DSpace 5.5</li>
|
<li>Still troubleshooting Atmire modules on DSpace 5.5</li>
|
||||||
<li>I sent them some new verbose logs: <a href="https://gist.github.com/alanorth/700748995649688148ceba89d760253e">https://gist.github.com/alanorth/700748995649688148ceba89d760253e</a></li>
|
<li>I sent them some new verbose logs: <a href="https://gist.github.com/alanorth/700748995649688148ceba89d760253e">https://gist.github.com/alanorth/700748995649688148ceba89d760253e</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2016-08-22">2016-08-22</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Database migrations are fine on DSpace 5.1:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ ~/dspace/bin/dspace database info
|
||||||
|
|
||||||
|
Database URL: jdbc:postgresql://localhost:5432/dspacetest
|
||||||
|
Database Schema: public
|
||||||
|
Database Software: PostgreSQL version 9.3.14
|
||||||
|
Database Driver: PostgreSQL Native Driver version PostgreSQL 9.1 JDBC4 (build 901)
|
||||||
|
|
||||||
|
+----------------+----------------------------+---------------------+---------+
|
||||||
|
| Version | Description | Installed on | State |
|
||||||
|
+----------------+----------------------------+---------------------+---------+
|
||||||
|
| 1.1 | Initial DSpace 1.1 databas | | PreInit |
|
||||||
|
| 1.2 | Upgrade to DSpace 1.2 sche | | PreInit |
|
||||||
|
| 1.3 | Upgrade to DSpace 1.3 sche | | PreInit |
|
||||||
|
| 1.3.9 | Drop constraint for DSpace | | PreInit |
|
||||||
|
| 1.4 | Upgrade to DSpace 1.4 sche | | PreInit |
|
||||||
|
| 1.5 | Upgrade to DSpace 1.5 sche | | PreInit |
|
||||||
|
| 1.5.9 | Drop constraint for DSpace | | PreInit |
|
||||||
|
| 1.6 | Upgrade to DSpace 1.6 sche | | PreInit |
|
||||||
|
| 1.7 | Upgrade to DSpace 1.7 sche | | PreInit |
|
||||||
|
| 1.8 | Upgrade to DSpace 1.8 sche | | PreInit |
|
||||||
|
| 3.0 | Upgrade to DSpace 3.x sche | | PreInit |
|
||||||
|
| 4.0 | Initializing from DSpace 4 | 2015-11-20 12:42:52 | Success |
|
||||||
|
| 5.0.2014.08.08 | DS-1945 Helpdesk Request a | 2015-11-20 12:42:53 | Success |
|
||||||
|
| 5.0.2014.09.25 | DS 1582 Metadata For All O | 2015-11-20 12:42:55 | Success |
|
||||||
|
| 5.0.2014.09.26 | DS-1582 Metadata For All O | 2015-11-20 12:42:55 | Success |
|
||||||
|
| 5.0.2015.01.27 | MigrateAtmireExtraMetadata | 2015-11-20 12:43:29 | Success |
|
||||||
|
| 5.1.2015.12.03 | Atmire CUA 4 migration | 2016-03-21 17:10:41 | Success |
|
||||||
|
| 5.1.2015.12.03 | Atmire MQM migration | 2016-03-21 17:10:42 | Success |
|
||||||
|
+----------------+----------------------------+---------------------+---------+
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>So I’m not sure why they have problems when we move to DSpace 5.5 (even the 5.1 migrations themselves show as “Missing”)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
@ -194,6 +194,47 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol
|
|||||||
<li>Still troubleshooting Atmire modules on DSpace 5.5</li>
|
<li>Still troubleshooting Atmire modules on DSpace 5.5</li>
|
||||||
<li>I sent them some new verbose logs: <a href="https://gist.github.com/alanorth/700748995649688148ceba89d760253e">https://gist.github.com/alanorth/700748995649688148ceba89d760253e</a></li>
|
<li>I sent them some new verbose logs: <a href="https://gist.github.com/alanorth/700748995649688148ceba89d760253e">https://gist.github.com/alanorth/700748995649688148ceba89d760253e</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2016-08-22">2016-08-22</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Database migrations are fine on DSpace 5.1:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ ~/dspace/bin/dspace database info
|
||||||
|
|
||||||
|
Database URL: jdbc:postgresql://localhost:5432/dspacetest
|
||||||
|
Database Schema: public
|
||||||
|
Database Software: PostgreSQL version 9.3.14
|
||||||
|
Database Driver: PostgreSQL Native Driver version PostgreSQL 9.1 JDBC4 (build 901)
|
||||||
|
|
||||||
|
+----------------+----------------------------+---------------------+---------+
|
||||||
|
| Version | Description | Installed on | State |
|
||||||
|
+----------------+----------------------------+---------------------+---------+
|
||||||
|
| 1.1 | Initial DSpace 1.1 databas | | PreInit |
|
||||||
|
| 1.2 | Upgrade to DSpace 1.2 sche | | PreInit |
|
||||||
|
| 1.3 | Upgrade to DSpace 1.3 sche | | PreInit |
|
||||||
|
| 1.3.9 | Drop constraint for DSpace | | PreInit |
|
||||||
|
| 1.4 | Upgrade to DSpace 1.4 sche | | PreInit |
|
||||||
|
| 1.5 | Upgrade to DSpace 1.5 sche | | PreInit |
|
||||||
|
| 1.5.9 | Drop constraint for DSpace | | PreInit |
|
||||||
|
| 1.6 | Upgrade to DSpace 1.6 sche | | PreInit |
|
||||||
|
| 1.7 | Upgrade to DSpace 1.7 sche | | PreInit |
|
||||||
|
| 1.8 | Upgrade to DSpace 1.8 sche | | PreInit |
|
||||||
|
| 3.0 | Upgrade to DSpace 3.x sche | | PreInit |
|
||||||
|
| 4.0 | Initializing from DSpace 4 | 2015-11-20 12:42:52 | Success |
|
||||||
|
| 5.0.2014.08.08 | DS-1945 Helpdesk Request a | 2015-11-20 12:42:53 | Success |
|
||||||
|
| 5.0.2014.09.25 | DS 1582 Metadata For All O | 2015-11-20 12:42:55 | Success |
|
||||||
|
| 5.0.2014.09.26 | DS-1582 Metadata For All O | 2015-11-20 12:42:55 | Success |
|
||||||
|
| 5.0.2015.01.27 | MigrateAtmireExtraMetadata | 2015-11-20 12:43:29 | Success |
|
||||||
|
| 5.1.2015.12.03 | Atmire CUA 4 migration | 2016-03-21 17:10:41 | Success |
|
||||||
|
| 5.1.2015.12.03 | Atmire MQM migration | 2016-03-21 17:10:42 | Success |
|
||||||
|
+----------------+----------------------------+---------------------+---------+
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>So I&rsquo;m not sure why they have problems when we move to DSpace 5.5 (even the 5.1 migrations themselves show as &ldquo;Missing&rdquo;)</li>
|
||||||
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
@ -194,6 +194,47 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol
|
|||||||
<li>Still troubleshooting Atmire modules on DSpace 5.5</li>
|
<li>Still troubleshooting Atmire modules on DSpace 5.5</li>
|
||||||
<li>I sent them some new verbose logs: <a href="https://gist.github.com/alanorth/700748995649688148ceba89d760253e">https://gist.github.com/alanorth/700748995649688148ceba89d760253e</a></li>
|
<li>I sent them some new verbose logs: <a href="https://gist.github.com/alanorth/700748995649688148ceba89d760253e">https://gist.github.com/alanorth/700748995649688148ceba89d760253e</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2016-08-22">2016-08-22</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Database migrations are fine on DSpace 5.1:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ ~/dspace/bin/dspace database info
|
||||||
|
|
||||||
|
Database URL: jdbc:postgresql://localhost:5432/dspacetest
|
||||||
|
Database Schema: public
|
||||||
|
Database Software: PostgreSQL version 9.3.14
|
||||||
|
Database Driver: PostgreSQL Native Driver version PostgreSQL 9.1 JDBC4 (build 901)
|
||||||
|
|
||||||
|
+----------------+----------------------------+---------------------+---------+
|
||||||
|
| Version | Description | Installed on | State |
|
||||||
|
+----------------+----------------------------+---------------------+---------+
|
||||||
|
| 1.1 | Initial DSpace 1.1 databas | | PreInit |
|
||||||
|
| 1.2 | Upgrade to DSpace 1.2 sche | | PreInit |
|
||||||
|
| 1.3 | Upgrade to DSpace 1.3 sche | | PreInit |
|
||||||
|
| 1.3.9 | Drop constraint for DSpace | | PreInit |
|
||||||
|
| 1.4 | Upgrade to DSpace 1.4 sche | | PreInit |
|
||||||
|
| 1.5 | Upgrade to DSpace 1.5 sche | | PreInit |
|
||||||
|
| 1.5.9 | Drop constraint for DSpace | | PreInit |
|
||||||
|
| 1.6 | Upgrade to DSpace 1.6 sche | | PreInit |
|
||||||
|
| 1.7 | Upgrade to DSpace 1.7 sche | | PreInit |
|
||||||
|
| 1.8 | Upgrade to DSpace 1.8 sche | | PreInit |
|
||||||
|
| 3.0 | Upgrade to DSpace 3.x sche | | PreInit |
|
||||||
|
| 4.0 | Initializing from DSpace 4 | 2015-11-20 12:42:52 | Success |
|
||||||
|
| 5.0.2014.08.08 | DS-1945 Helpdesk Request a | 2015-11-20 12:42:53 | Success |
|
||||||
|
| 5.0.2014.09.25 | DS 1582 Metadata For All O | 2015-11-20 12:42:55 | Success |
|
||||||
|
| 5.0.2014.09.26 | DS-1582 Metadata For All O | 2015-11-20 12:42:55 | Success |
|
||||||
|
| 5.0.2015.01.27 | MigrateAtmireExtraMetadata | 2015-11-20 12:43:29 | Success |
|
||||||
|
| 5.1.2015.12.03 | Atmire CUA 4 migration | 2016-03-21 17:10:41 | Success |
|
||||||
|
| 5.1.2015.12.03 | Atmire MQM migration | 2016-03-21 17:10:42 | Success |
|
||||||
|
+----------------+----------------------------+---------------------+---------+
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>So I&rsquo;m not sure why they have problems when we move to DSpace 5.5 (even the 5.1 migrations themselves show as &ldquo;Missing&rdquo;)</li>
|
||||||
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user