mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2016-04-20
This commit is contained in:
@ -275,3 +275,28 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
|
||||
```
|
||||
|
||||
- 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)
|
||||
|
Reference in New Issue
Block a user