mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2020-05-11
This commit is contained in:
@ -58,4 +58,27 @@ Total number of bot hits purged: 192332
|
||||
- And then I will add 188.134.31.88 to the nginx bad bot list and tell CodeObia to please use a "bot" user agent
|
||||
- I also changed the nginx config to block requests with blank user agents
|
||||
|
||||
## 2020-05-11
|
||||
|
||||
- Bizu said she was having issues submitting to CGSpace last week
|
||||
- The issue sounds like the one Tezira and CTA were having in the last few weeks
|
||||
- I looked at the PostgreSQL graphs and see there are a lot of connections in "idle in transaction" and "waiting for lock" state:
|
||||
|
||||

|
||||
|
||||
- I think I'll downgrade the PostgreSQL JDBC driver from 42.2.12 to 42.2.10, which was the version we were using before these issues started happening
|
||||
- Atmire sent some feedback about my ongoing issues with their CUA module, but none of it was conclusive yet
|
||||
- Regarding Font Awesome 5 they will check how much work it will take and give me a quote
|
||||
- Abenet said some users are questioning why the statistics dropped so much lately, so I made a [post to Yammer](https://www.yammer.com/dspacedevelopers/#/Threads/show?threadId=674923030216704) to explain about the robots
|
||||
- Last week Peter had asked me to add a new ILRI author's ORCID iD
|
||||
- I added it to the controlled vocabulary and tagged the user's existing ~11 items in CGSpace using this CSV file with my `add-orcid-identifiers-csv.py` script:
|
||||
|
||||
```
|
||||
$ cat 2020-05-11-add-orcids.csv
|
||||
dc.contributor.author,cg.creator.id
|
||||
"Lutakome, P.","Pius Lutakome: 0000-0002-0804-2649"
|
||||
"Lutakome, Pius","Pius Lutakome: 0000-0002-0804-2649"
|
||||
$ ./add-orcid-identifiers-csv.py -i 2020-05-11-add-orcids.csv -db dspace -u dspace -p 'fuuu' -d
|
||||
```
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user