mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2016-07-05
This commit is contained in:
@ -25,3 +25,22 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
|
||||
## 2016-07-02
|
||||
|
||||
- Comment on DSpace Jira ticket about author lookup search text ([DS-2329](https://jira.duraspace.org/browse/DS-2329))
|
||||
|
||||
## 2016-07-04
|
||||
|
||||
- Seems the database's author authority values mean nothing without the `authority` Solr core from the host where they were created!
|
||||
|
||||
## 2016-07-05
|
||||
|
||||
- Amend `backup-solr.sh` script so it backs up the entire Solr folder
|
||||
- We *really* only need `statistics` and `authority` but meh
|
||||
- Fix metadata for species on DSpace Test:
|
||||
|
||||
```
|
||||
$ ./fix-metadata-values.py -i /tmp/Species-Peter-Fix.csv -f dc.Species -t CORRECT -m 94 -d dspacetest -u dspacetest -p 'fuuu'
|
||||
```
|
||||
|
||||
- Will run later on CGSpace
|
||||
- A user is still having problems with Sherpa/Romeo causing crashes during the submission process when the journal is "ungraded"
|
||||
- I tested the [patch for DS-2740](https://jira.duraspace.org/browse/DS-2740) that I had found last month and it seems to work
|
||||
- I will merge it to `5_x-prod`
|
||||
|
Reference in New Issue
Block a user