Add notes for 2017-08-09

This commit is contained in:
2017-08-09 17:27:46 +03:00
parent 20d0cd15aa
commit d1108cfc5c
3 changed files with 27 additions and 8 deletions

View File

@ -54,3 +54,10 @@ tags = ["Notes"]
- Apply Abenet's corrections for the CGIAR Library's historic archive subcommunity (2415 records)
- I had to add the `dc.subject[en_US]` column back with blank values so that DSpace could detect the changes
- I applied the changes in 500 item batches
## 2017-08-09
- Run system updates on DSpace Test and reboot server
- Help ICARDA upgrade their MELSpace to DSpace 5.7 using the [docker-dspace](https://github.com/alanorth/docker-dspace) container
- We had to import the PostgreSQL dump to the PostgreSQL container using: `pg_restore -U postgres -d dspace blah.dump`
- Otherwise, when using `-O` it messes up the permissions on the schema and DSpace can't read it