Add notes for 2019-02-04

This commit is contained in:
2019-02-04 09:32:27 +02:00
parent 2ccdbb6c9d
commit 471fc14d84
3 changed files with 27 additions and 8 deletions

View File

@ -130,4 +130,13 @@ $ grep -o -E 'session_id=[A-Z0-9]{32}:ip_addr=195.201.104.240' dspace.log.2019-0
- Run all system updates on linode20 and reboot it
- This will be the new AReS repository explorer server soon
## 2019-02-04
- Generate a list of CTA subjects from CGSpace for Peter:
```
dspace=# \copy (SELECT DISTINCT text_value, count(*) FROM metadatavalue WHERE resource_type_id=2 AND metadata_field_id=124 GROUP BY text_value ORDER BY COUNT DESC) to /tmp/cta-subjects.csv with csv header;
COPY 321
```
<!-- vim: set sw=2 ts=2: -->