mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-02-04
This commit is contained in:
@ -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: -->
|
||||
|
Reference in New Issue
Block a user