mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2018-04-19
This commit is contained in:
@ -372,3 +372,12 @@ webui.itemlist.sort-option.4 = type:dc.type:text
|
||||
```
|
||||
dspace#= \copy (select distinct text_value, count(*) from metadatavalue where metadata_field_id = (select metadata_field_id from metadatafieldregistry where element = 'contributor' and qualifier = 'author') AND resource_type_id = 2 AND resource_id IN (select item_id from collection2item where collection_id IN (select resource_id from handle where handle in ('10568/89347', '10568/88229', '10568/53086', '10568/53085', '10568/69069', '10568/53087', '10568/53088', '10568/53089', '10568/53090', '10568/53091', '10568/53092', '10568/70150', '10568/53093', '10568/64874', '10568/53094'))) group by text_value order by count desc) to /tmp/cip-authors.csv with csv;
|
||||
```
|
||||
|
||||
## 2018-04-19
|
||||
|
||||
- Run updates on DSpace Test (linode19) and reboot the server
|
||||
- Also try deploying updated GeoLite database during ant update while re-deploying code:
|
||||
|
||||
```
|
||||
$ ant update update_geolite clean_backups
|
||||
```
|
||||
|
Reference in New Issue
Block a user