Add notes for 2018-04-19

This commit is contained in:
2018-04-19 11:04:36 +03:00
parent 65a617ef8a
commit 9a12fbf8f4
3 changed files with 27 additions and 8 deletions

View File

@ -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
```