mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-12-24 14:04:29 +01:00
Add notes for 2016-04-20
This commit is contained in:
parent
5ec064879c
commit
9cd6d1ffd1
@ -275,3 +275,28 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
|
|||||||
```
|
```
|
||||||
|
|
||||||
- And then remove them from the metadata registry
|
- And then remove them from the metadata registry
|
||||||
|
|
||||||
|
## 2016-04-20
|
||||||
|
|
||||||
|
- Re-deploy DSpace Test with the new subject and type fields, run all system updates, and reboot the server
|
||||||
|
- Migrate fields and re-deploy CGSpace with the new subject and type fields, run all system updates, and reboot the server
|
||||||
|
- Field migration went well:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ ./migrate-fields.sh
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=109 WHERE metadata_field_id=66
|
||||||
|
UPDATE 40909
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=203 WHERE metadata_field_id=76
|
||||||
|
UPDATE 51419
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=208 WHERE metadata_field_id=82
|
||||||
|
UPDATE 5986
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=210 WHERE metadata_field_id=88
|
||||||
|
UPDATE 2458
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=215 WHERE metadata_field_id=106
|
||||||
|
UPDATE 3872
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=217 WHERE metadata_field_id=108
|
||||||
|
UPDATE 46075
|
||||||
|
```
|
||||||
|
|
||||||
|
- Also, I migrated CGSpace to using the PGDG PostgreSQL repo as the infrastructure playbooks had been using it for a while and it seemed to be working well
|
||||||
|
- Basically, this gives us the ability to use the latest upstream stable 9.3.x release (currently 9.3.12)
|
||||||
|
@ -390,6 +390,34 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>And then remove them from the metadata registry</li>
|
<li>And then remove them from the metadata registry</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2016-04-20:c88be15f5b2f07c85f7742556a955e47">2016-04-20</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Re-deploy DSpace Test with the new subject and type fields, run all system updates, and reboot the server</li>
|
||||||
|
<li>Migrate fields and re-deploy CGSpace with the new subject and type fields, run all system updates, and reboot the server</li>
|
||||||
|
<li>Field migration went well:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ ./migrate-fields.sh
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=109 WHERE metadata_field_id=66
|
||||||
|
UPDATE 40909
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=203 WHERE metadata_field_id=76
|
||||||
|
UPDATE 51419
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=208 WHERE metadata_field_id=82
|
||||||
|
UPDATE 5986
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=210 WHERE metadata_field_id=88
|
||||||
|
UPDATE 2458
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=215 WHERE metadata_field_id=106
|
||||||
|
UPDATE 3872
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=217 WHERE metadata_field_id=108
|
||||||
|
UPDATE 46075
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Also, I migrated CGSpace to using the PGDG PostgreSQL repo as the infrastructure playbooks had been using it for a while and it seemed to be working well</li>
|
||||||
|
<li>Basically, this gives us the ability to use the latest upstream stable 9.3.x release (currently 9.3.12)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
@ -329,6 +329,34 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
|
|||||||
<ul>
|
<ul>
|
||||||
<li>And then remove them from the metadata registry</li>
|
<li>And then remove them from the metadata registry</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2016-04-20:c88be15f5b2f07c85f7742556a955e47">2016-04-20</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Re-deploy DSpace Test with the new subject and type fields, run all system updates, and reboot the server</li>
|
||||||
|
<li>Migrate fields and re-deploy CGSpace with the new subject and type fields, run all system updates, and reboot the server</li>
|
||||||
|
<li>Field migration went well:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ ./migrate-fields.sh
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=109 WHERE metadata_field_id=66
|
||||||
|
UPDATE 40909
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=203 WHERE metadata_field_id=76
|
||||||
|
UPDATE 51419
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=208 WHERE metadata_field_id=82
|
||||||
|
UPDATE 5986
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=210 WHERE metadata_field_id=88
|
||||||
|
UPDATE 2458
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=215 WHERE metadata_field_id=106
|
||||||
|
UPDATE 3872
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=217 WHERE metadata_field_id=108
|
||||||
|
UPDATE 46075
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Also, I migrated CGSpace to using the PGDG PostgreSQL repo as the infrastructure playbooks had been using it for a while and it seemed to be working well</li>
|
||||||
|
<li>Basically, this gives us the ability to use the latest upstream stable 9.3.x release (currently 9.3.12)</li>
|
||||||
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
@ -329,6 +329,34 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
|
|||||||
<ul>
|
<ul>
|
||||||
<li>And then remove them from the metadata registry</li>
|
<li>And then remove them from the metadata registry</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2016-04-20:c88be15f5b2f07c85f7742556a955e47">2016-04-20</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Re-deploy DSpace Test with the new subject and type fields, run all system updates, and reboot the server</li>
|
||||||
|
<li>Migrate fields and re-deploy CGSpace with the new subject and type fields, run all system updates, and reboot the server</li>
|
||||||
|
<li>Field migration went well:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ ./migrate-fields.sh
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=109 WHERE metadata_field_id=66
|
||||||
|
UPDATE 40909
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=203 WHERE metadata_field_id=76
|
||||||
|
UPDATE 51419
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=208 WHERE metadata_field_id=82
|
||||||
|
UPDATE 5986
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=210 WHERE metadata_field_id=88
|
||||||
|
UPDATE 2458
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=215 WHERE metadata_field_id=106
|
||||||
|
UPDATE 3872
|
||||||
|
UPDATE metadatavalue SET metadata_field_id=217 WHERE metadata_field_id=108
|
||||||
|
UPDATE 46075
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Also, I migrated CGSpace to using the PGDG PostgreSQL repo as the infrastructure playbooks had been using it for a while and it seemed to be working well</li>
|
||||||
|
<li>Basically, this gives us the ability to use the latest upstream stable 9.3.x release (currently 9.3.12)</li>
|
||||||
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user