Add notes for 2016-11-09

This commit is contained in:
2016-11-09 13:11:16 +02:00
parent cfe5796b3a
commit b7d9b1e86b
5 changed files with 38 additions and 0 deletions

View File

@ -95,3 +95,9 @@ $ ./fix-metadata-values.py -i /tmp/CRPs.csv -f cg.contributor.crp -t correct -m
```
dspace=# \copy (select distinct text_value, count(*) from metadatavalue where metadata_field_id=3 group by text_value order by count desc limit 210) to /tmp/210-authors.csv with csv;
```
## 2016-11-09
- CGSpace crashed so I quickly ran system updates, applied one or two of the waiting changes from the `5_x-prod` branch, and rebooted the server
- The error was `Timeout waiting for idle object` but I haven't looked into the Tomcat logs to see what happened
- Also, I ran the corrections for CRPs from earlier this week